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); }
public override void Draw(SpriteBatch spritebatch, Matrix cameraMatrix) { animationMachine.Draw(spritebatch, GetAABB().Center.X, GetAABB().Center.Y, rotation); }