Package com.golden.gamedev

Examples of com.golden.gamedev.GameLoader.start()


   * @param args Application arguments.
   */
  public static void main(String[] args) {
    GameLoader game = new GameLoader();
    game.setup(new LibInfo(), new Dimension(600, 450), false);
    game.start();
  }
 
  {
    this.distribute = true;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.