basic main menu (change this to generic overlay menu later?)
This commit is contained in:
parent
bc3421a371
commit
759ff410c2
6 changed files with 88 additions and 46 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue