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 316bbf77f0 - Show all commits

View file

@ -70,7 +70,6 @@ fn ui_host_button(mut egui_ctx: EguiContexts, mut address: ResMut<Address>) {
egui::Window::new("Host") egui::Window::new("Host")
.default_width(400.0) .default_width(400.0)
.show(egui_ctx.ctx_mut(), |ui| { .show(egui_ctx.ctx_mut(), |ui| {
// Create the text // Create the text
let button = ui.button("Create new game"); let button = ui.button("Create new game");