Examples of HyruleScene


Examples of zelda.scene.HyruleScene

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

        if(sceneName.equals("HyruleScene"))
    {
      scn = new HyruleScene(this, "HouseScene");
    }

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