initial Commit
This commit is contained in:
parent
fb15ff8f06
commit
82db1f9321
65 changed files with 1616 additions and 0 deletions
11
src/main/java/net/halbear/Executable/Init.java
Normal file
11
src/main/java/net/halbear/Executable/Init.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package net.halbear.Executable;
|
||||
|
||||
import net.halbear.Terrain4J.EngineCore.Main.GameCore;
|
||||
import net.halbear.Terrain4J.EngineCore.Main.PrimaryRuntime;
|
||||
|
||||
public class Init {
|
||||
public static void main(String[] args){
|
||||
var GameEngine = new PrimaryRuntime("Terrain4J", new GameCore());
|
||||
GameEngine.run();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue