Package de.zelosfan.timedstrategy.gameStates.instances

Examples of de.zelosfan.timedstrategy.gameStates.instances.TutorialInstance


        audioManager = new AudioManager(0.5f, 0.5f, false, false, sfxMap);
        audioManager.getMusicFiles(MUSICPATH);
        audioManager.playNextMusicTrack();

        Main.gameStateManager.instanceHashMap.put("Tutorial", new TutorialInstance());
        Main.gameStateManager.setCurrentGameState(new Tutorial(Main.gameStateManager, true));

//        PlatformInformation.setFullscreen(true);
    }
View Full Code Here

TOP

Related Classes of de.zelosfan.timedstrategy.gameStates.instances.TutorialInstance

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.