Package Ocarina2D.Objects.Pause

Examples of Ocarina2D.Objects.Pause.PauseDetect


        //Create HUD
        HUD hud = new HUD();
        starterLevel.addActor(hud);

        PauseDetect pauseDetect = new PauseDetect();
        starterLevel.addActor(pauseDetect);
       
        GlobalVariables.paused = false;
        GlobalVariables.player.maxHealth = 8;
        GlobalVariables.player.addHeart();
View Full Code Here

TOP

Related Classes of Ocarina2D.Objects.Pause.PauseDetect

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.