Examples of PauseDetect


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
Copyright © 2018 www.massapi.com. 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.