Package com.google.gwt.maeglin89273.client

Source Code of com.google.gwt.maeglin89273.client.GameDevelopment

package com.google.gwt.maeglin89273.client;



import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.maeglin89273.game.mengine.core.MEngine;
import com.google.gwt.maeglin89273.shared.test.volcanogame.ElectronicsVolcanoGame;



/**
* Entry point classes define <code>onModuleLoad()</code>.
*/
public class GameDevelopment implements EntryPoint {
 
  public void onModuleLoad() {
    MEngine.init(new ElectronicsVolcanoGame(),"images/");
    MEngine.start();
   
  }
}
TOP

Related Classes of com.google.gwt.maeglin89273.client.GameDevelopment

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.