public void StartNewGame() { ui.EnterGameAnimation(); isPlaying = true; levelMan.StartGeneration(WorldMan.Me.currentLevel); score = ES3.Load <int>("money", 0); ui.SetScore(score); }