コード例 #1
0
ファイル: Menu.cs プロジェクト: jordanell/Blocker
 /// <summary>
 /// Unload all components of the level select view.
 /// </summary>
 private void UnloadLevelSelect()
 {
     selector = null;
 }
コード例 #2
0
ファイル: Menu.cs プロジェクト: jordanell/Blocker
 /// <summary>
 /// Load all components needed for the level select view.
 /// </summary>
 private void LoadLevelSelect()
 {
     selector = new LevelSelector(game, spriteBatch);
 }