diff --git a/crates/border-wars/src/scenes/lobby.rs b/crates/border-wars/src/scenes/lobby.rs index 4b85a88..a41ae2c 100644 --- a/crates/border-wars/src/scenes/lobby.rs +++ b/crates/border-wars/src/scenes/lobby.rs @@ -14,7 +14,7 @@ impl Plugin for LobbyPlugin { } } -/// Display the UI of the menu to host a game or join one. +/// Display the UI of the lobby. fn lobby_ui(mut ctx: EguiContexts, mut next_scene: ResMut>) { egui::CentralPanel::default().show(ctx.ctx_mut(), |ui| { ui.heading("Border Wars"); @@ -24,6 +24,7 @@ fn lobby_ui(mut ctx: EguiContexts, mut next_scene: ResMut