Added Debugger and logging
This commit is contained in:
parent
773f02f11d
commit
71bd825553
45 changed files with 96 additions and 785 deletions
|
|
@ -2,10 +2,13 @@ package net.halbear.Executable;
|
|||
|
||||
import net.halbear.Terrain4J.EngineCore.Main.GameCore;
|
||||
import net.halbear.Terrain4J.EngineCore.Main.PrimaryRuntime;
|
||||
import org.tinylog.Logger;
|
||||
|
||||
public class Init {
|
||||
public static void main(String[] args){
|
||||
Logger.info("Launching Software");
|
||||
var GameEngine = new PrimaryRuntime("Terrain4J", new GameCore());
|
||||
GameEngine.run();
|
||||
Logger.info("Launched Engine");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue