Skip to content
Jason edited this page Jan 5, 2026 · 1 revision

Boot

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:

  1. 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),
  2. 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).

Clone this wiki locally