From bbe3a983c5b7441e650c12207c1ccffd58ed24b8 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sat, 10 Feb 2024 18:40:42 +0100 Subject: [PATCH] Change doc --- crates/border-wars/src/scenes/lobby.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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