Esempio n. 1
0
 public void InitializeScreens()
 {
     this.m_gameOverScreen = new GameOverScreen();
     this.m_traitScreen = new SkillScreen();
     this.m_blacksmithScreen = new BlacksmithScreen();
     this.m_getItemScreen = new GetItemScreen();
     this.m_enchantressScreen = new EnchantressScreen();
     this.m_dialogueScreen = new DialogueScreen();
     this.m_pauseScreen = new PauseScreen();
     this.m_optionsScreen = new OptionsScreen();
     this.m_profileCardScreen = new ProfileCardScreen();
     this.m_creditsScreen = new CreditsScreen();
     this.m_skillUnlockScreen = new SkillUnlockScreen();
     this.m_diaryEntryScreen = new DiaryEntryScreen();
     this.m_deathDefyScreen = new DeathDefiedScreen();
     this.m_textScreen = new TextScreen();
     this.m_flashbackScreen = new DiaryFlashbackScreen();
     this.m_gameOverBossScreen = new GameOverBossScreen();
     this.m_profileSelectScreen = new ProfileSelectScreen();
 }