Package org.sfaci.bombermanx.managers

Examples of org.sfaci.bombermanx.managers.ConfigurationManager


    // Crea la cámara y define la zona de visión del juego (toda la pantalla)
    /*camera = new OrthographicCamera();
    camera.setToOrtho(false, Constants.SCREEN_WIDTH, Constants.SCREEN_HEIGHT);
    camera.update();*/

        configurationManager = new ConfigurationManager();
   
    //setScreen(new MainMenuScreen(this));
        setScreen(new SplashScreen(this));
  }
View Full Code Here

TOP

Related Classes of org.sfaci.bombermanx.managers.ConfigurationManager

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.