Delete garbarge
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
package pp.mdga.client;
|
||||
|
||||
import com.jme3.app.SimpleApplication;
|
||||
import com.jme3.system.AppSettings;
|
||||
import com.jme3.system.JmeContext;
|
||||
|
||||
public class MdgaApp extends SimpleApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
AppSettings settings = new AppSettings(true);
|
||||
settings.setCenterWindow(true);
|
||||
settings.setWidth(1920);
|
||||
settings.setHeight(1080);
|
||||
|
||||
MdgaApp app = new MdgaApp();
|
||||
app.setSettings(settings);
|
||||
app.setShowSettings(false);
|
||||
|
||||
app.start(JmeContext.Type.Display);
|
||||
}
|
||||
|
||||
public void simpleInitApp() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user