Exemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch, GameTime gameTime)
 {
     castleFlagSprite.Draw(spriteBatch, gameTime);
     castleSprite.Draw(spriteBatch, gameTime);
 }
 public void Draw(SpriteBatch spriteBatch, GameTime gameTime)
 {
     sprite.Draw(spriteBatch, gameTime);
 }