diff --git a/crates/border-wars/src/scenes/lobby.rs b/crates/border-wars/src/scenes/lobby.rs index a41ae2c..84a0348 100644 --- a/crates/border-wars/src/scenes/lobby.rs +++ b/crates/border-wars/src/scenes/lobby.rs @@ -1,4 +1,4 @@ -//! The lobby menu of the game. +//! The lobby of the game. use bevy::prelude::*; use bevy_egui::{egui, EguiContexts};