Exemplo n.º 1
0
 /// <summary>
 /// Loads the current level. Build all the sprites on the screen
 /// </summary>
 /// <param name="theContent"></param>
 public void LoadLevel(ContentManager theContent, PlayerIndex player)
 {
     myPlayer = new PlayerSprite(player);
     LoadLevel(theContent);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Loads the current level. Build all the sprites on the screen
 /// </summary>
 /// <param name="theContent"></param>
 public void LoadLevel(ContentManager theContent, PlayerIndex player)
 {
     myPlayer = new PlayerSprite(player);
     LoadLevel(theContent);
 }