コード例 #1
0
ファイル: HUD.cs プロジェクト: KyleUmney/EAT-ME
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     spriteBatch.Begin();
     _scoreView.Draw(gameTime, spriteBatch);
     _statsView.Draw(gameTime, spriteBatch);
     spriteBatch.End();
 }