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

View file

@ -22,9 +22,7 @@ impl Plugin for MenuPlugin {
/// The fonction that been called when the plugin is added to the app.
fn build(&self, app: &mut App) {
app.add_plugins(EguiPlugin)
// Add the resource
.init_resource::<Address>()
// Add systems for the UI.
.add_systems(Update, ui_connect_button)
.add_systems(Update, ui_host_button);
}