/**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);
}