예제 #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();
 }