Add the main menu #31

Merged
CoCo_Sol merged 25 commits from main-menu into main 2024-02-09 23:42:37 +00:00
Showing only changes of commit b374c9d210 - Show all commits

View file

@ -10,8 +10,10 @@ pub enum GameState {
/// When we are in the main menu.
#[default]
Menu,
/// When we are in the lobby waiting for players.
Lobby,
/// When we play this wonderful game.
Game,
}