Ejemplo n.º 1
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     _currentLevel.Draw(spriteBatch);
     _firewall.Draw(spriteBatch);
     _player.Draw(spriteBatch);
     _gui.Draw(spriteBatch);
 }
Ejemplo n.º 2
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     _currentLevel.Draw(spriteBatch);
     _firewall.Draw(spriteBatch);
     _player.Draw(spriteBatch);
     PhysicsManager.Instance.Draw(spriteBatch);
     _gui.Draw(spriteBatch);
 }