mirror of
https://inf.pirckheimer-gymnasium.de/kebab/kebab
synced 2026-08-26 16:31:23 +00:00
Rename startscene to gamescene, Improve stats display
This commit is contained in:
@@ -42,7 +42,7 @@ public class LoadingScene extends Scene
|
||||
subtitle.font(font);
|
||||
add(subtitle);
|
||||
}, (int i)->{
|
||||
Controller.transitionToScene(new StartScene());
|
||||
Controller.transitionToScene(new GameScene());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user