Examples of HiddenScene


Examples of zelda.scene.HiddenScene

      scn = new HyruleScene(this, "HouseScene");
    }

        if(sceneName.equals("HiddenScene"))
    {
      scn = new HiddenScene(this, "HyruleSceneHatch");
    }
       
        if(sceneName.equals("ForrestScene"))
        {
            scn = new ForrestScene(this, "HouseScene");
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.