basic main menu (change this to generic overlay menu later?)

This commit is contained in:
Tao Tien 2026-01-11 23:41:27 -08:00
parent bc3421a371
commit 759ff410c2
6 changed files with 88 additions and 46 deletions

View file

@ -6,10 +6,9 @@ use crate::tiles::{self, *};
pub mod player;
pub mod wall;
#[derive(States, Default, Hash, Clone, Eq, Debug, PartialEq)]
#[derive(States, Default, Hash, Clone, Eq, Debug, PartialEq, Copy)]
pub enum GameState {
#[default]
None,
Setup,
// Deal,
Play,