Package com.sertaogames.cactus2d

Examples of com.sertaogames.cactus2d.Cactus2DApplication


   
    /**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

Related Classes of com.sertaogames.cactus2d.Cactus2DApplication

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.