restore after broken git
This commit is contained in:
commit
138c62ac34
51 changed files with 7559 additions and 0 deletions
11
src/states/app_states.rs
Normal file
11
src/states/app_states.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use bevy::prelude::States;
|
||||
|
||||
#[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)]
|
||||
pub enum AppState {
|
||||
#[default]
|
||||
MainMenu,
|
||||
SettingsMenu,
|
||||
GameState,
|
||||
GameRestart,
|
||||
LevelState,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue