-
Notifications
You must be signed in to change notification settings - Fork 1
Boot
Jason edited this page Jan 5, 2026
·
1 revision
Accessible from: at start
The boot scene is just a black screen with a small initialisation only once in the beginning of the game start.
It does the following changes:
- Hides the system cursor so it does not disturb the player while playing the game (it does not have any clickable UI elements at all anyway),
- Sets default values for the game data and the players' data (this was made for the case when the game is launched the first time and there are no saved data yet).