call me a millionaire because i've got 1456477fps

This commit is contained in:
Halbear 2026-01-21 19:37:37 +00:00
parent 81a4b31dc4
commit 44845f781d
10 changed files with 42 additions and 21 deletions

View file

@ -6,9 +6,9 @@ import org.tinylog.Logger;
public class Init {
public static void main(String[] args){
Logger.info("Launching Software");
Logger.info("\nLaunching New Terrain4J Powered Software!");
var GameEngine = new PrimaryRuntime("Terrain4J", new GameCore());
Logger.info("Launched Engine");
Logger.info("Launched Terrain4J Engine");
GameEngine.run();
}
}