Package org.sfsoft.jfighter2dx.screens

Examples of org.sfsoft.jfighter2dx.screens.MainMenuScreen


    camera.update();
   
    batch = new SpriteBatch();
    font = new BitmapFont();
   
    setScreen(new MainMenuScreen(this));
  }
View Full Code Here

TOP

Related Classes of org.sfsoft.jfighter2dx.screens.MainMenuScreen

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.