Exemple #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);
 }
Exemple #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);
 }