Package org.sfsoft.jfighter2dx.managers

Examples of org.sfsoft.jfighter2dx.managers.ConfigurationManager


  }

  @Override
  public void create() {
   
    configurationManager = new ConfigurationManager();
   
    camera = new OrthographicCamera();
    camera.setToOrtho(false, Constants.SCREEN_WIDTH, Constants.SCREEN_HEIGHT);
    camera.update();
   
View Full Code Here

TOP

Related Classes of org.sfsoft.jfighter2dx.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.