Add game source, converter pipeline, and web port
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*/
|
||||
package mygame;
|
||||
|
||||
import jme3.hello.TestCameraNode;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
TestCameraNode app = new TestCameraNode();
|
||||
app.setDisplayFps(false);
|
||||
app.setDisplayStatView(false);
|
||||
app.start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user