示例#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();
 }