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 2b6e96c3d3 - Show all commits

View file

@ -1,4 +1,4 @@
//! All the menu's programme.
//! The file containing all menu programs.
use bevy::prelude::*;
use bevy_egui::EguiPlugin;