コード例 #1
0
ファイル: Player.cs プロジェクト: maurick/MarshallLaw_New
 public void DrawTop(SpriteBatch spriteBatch)
 {
     Healthbar.Draw(spriteBatch, sprite.Position);
     LevelIndicator.Draw(spriteBatch, sprite.Position);
     Expbar.Draw(spriteBatch, sprite.Position);
 }
コード例 #2
0
 public void DrawTop(SpriteBatch spriteBatch)
 {
     healthbar.Draw(spriteBatch, sprite.Position);
     levelindicator.Draw(spriteBatch, sprite.Position);
 }