public override void Draw(SpriteBatch spritebatch, Matrix cameraMatrix)
 {
     //spritebatch.Draw(SprintPowerUp.pixel, GetAABB(), Color.GreenYellow);
     animationMachine.Draw(spritebatch, GetAABB().Center.X, GetAABB().Center.Y, rotation);
 }
Exemple #2
0
 public override void Draw(SpriteBatch spritebatch, Matrix cameraMatrix)
 {
     animationMachine.Draw(spritebatch, GetAABB().Center.X, GetAABB().Center.Y, rotation);
 }