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 e9d7052746 - Show all commits

View file

@ -7,7 +7,7 @@ use border_wars::GameState;
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.init_resource::<State<GameState>>()
.add_state::<GameState>()
.add_plugins(MenuPlugin)
.run();
}