feat: various ui changes
Some checks failed
Linux arm64 / Build (push) Has been cancelled

This commit is contained in:
2025-01-28 14:56:06 +01:00
parent f489c4c8ab
commit 944f2c0596
10 changed files with 103 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ public class Main extends Application {
@Override
protected void initImGui(Configuration config) {
super.initImGui(config);
ImGui.getIO().getFonts().addFontFromFileTTF("comic.ttf", 50.0f);
Fonts.createFonts();
stateMachine.pushState(new MainMenu(stateMachine));
}