Rename startscene to gamescene, Improve stats display

This commit is contained in:
2026-07-13 08:16:06 +02:00
parent efcbe71ecd
commit aa18578a39
3 changed files with 39 additions and 9 deletions
@@ -42,7 +42,7 @@ public class LoadingScene extends Scene
subtitle.font(font);
add(subtitle);
}, (int i)->{
Controller.transitionToScene(new StartScene());
Controller.transitionToScene(new GameScene());
});
}
}