Beispiel #1
0
        public StartMenuState(LegendOfZelda game)
        {
            MediaPlayer.Play(Sounds.GetMenuSong());

            this.game     = game;
            StartMenu     = Textures.GetStartMenu();
            game.keyboard = GameSetup.CreateSimpleKeysController(game);
            counter       = 0;
            delay         = 13;
        }