Adding a lobby scene #34

Merged
tipragot merged 13 commits from lobby-menu into main 2024-02-10 18:07:50 +00:00
Showing only changes of commit 754025ad9c - Show all commits

View file

@ -5,8 +5,8 @@ use bevy_egui::EguiPlugin;
use crate::CurrentScene; use crate::CurrentScene;
pub mod lobby;
pub mod menu; pub mod menu;
pub mod lobby;
/// The plugin for all scenes. /// The plugin for all scenes.
pub struct ScenesPlugin; pub struct ScenesPlugin;