Examples of loadLevel()


Examples of com.sertaogames.cactus2d.Cactus2DApplication.loadLevel()

    /**Camera zoom definition*/
    Cactus2DApplication.cameraZoom = 600f/width;
   
    /**Init game with splashs*/
    Cactus2DApplication game = new Cactus2DApplication();
    game.loadLevel(new SplashLevel());

    /**Create window of the game*/
    new LwjglApplication(game, "Terremoto", width, height, false);
   
  }
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.