feat(scene): intro scene

It should work but that's all we have for now 💀
This commit is contained in:
2025-09-29 22:35:35 +07:00
parent 01ff15119c
commit b82e3db733
7 changed files with 120 additions and 9 deletions

View File

@ -17,7 +17,7 @@ public class Main {
cfg.useVsync(true);
cfg.setIdleFPS(10);
cfg.setWindowIcon("icons/logo.png");
log.info("Starting game client");
log.info("Starting game client...");
new Lwjgl3Application(new Game(), cfg);
}
}