Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Screens Overview

Michael edited this page Aug 16, 2023 · 1 revision

The screens are connected like this:

graph LR;
    main([Main])-- New Game button clicked -->load([Load Session]);
    load-- finished loading -->ingame([Ingame]);
    ingame<-- ESC pressed -->options([Options]);
    ingame<-- TAB pressed -->minimap([Minimap]);
    ingame-- Player died -->main;
Loading

Main Menu

  • New Game, and Exit button. (Mapgen Test also, not for user. And Load-Game not possible right now)

Load Session

  • Just loads

Ingame

  • See [LINK].

Minimap

Options

Mapgen Test

Clone this wiki locally