public override void Draw(SpriteBatch batch) { Utilities.Instance().DrawString(batch, kinetics.orientations.GetRadOrientation().ToString(), 0); Utilities.Instance().DrawString(batch, kinetics.orientations.GetVecOrientation().ToString(), 30); health.draw(batch); currentAnimation.Draw(batch, color); }
public override void Draw(SpriteBatch batch) { currentAnimation.Draw(batch, Color.BlueViolet); }
public override void Draw(SpriteBatch batch) { current.Draw(batch); }
public override void Draw(SpriteBatch batch) { walk.Draw(batch); }