Package com.googlecode.jumpnevolve.game.menu

Examples of com.googlecode.jumpnevolve.game.menu.MainMenu


   */
  public static void main(String[] args) {
    AbstractEngine engine = Engine.getInstance();

    engine.setTargetFrameRate(Parameter.GAME_FPS_TARGET);
    engine.switchState(new MainMenu("levels/"));
    engine.start();
  }
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.game.menu.MainMenu

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.