Beispiel #1
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     flipbook.Draw(gameTime, spriteBatch);
     levelSpriteFont.Draw(gameTime, spriteBatch);
     experienceSpriteFont.Draw(gameTime, spriteBatch);
     levelText.Draw(null, spriteBatch);
 }
Beispiel #2
0
 public void Draw(GameTime GameTime, SpriteBatch SpriteBatch)
 {
     Flipbook.Draw(GameTime, SpriteBatch);
 }
Beispiel #3
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     flipbook.Draw(gameTime, spriteBatch);
     spriteText.Draw(spriteBatch);
 }