Files

16 lines
307 B
Java

/*
* 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();
}
}