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 8a3712beb9 - Show all commits

View file

@ -1,4 +1,4 @@
//! The lobby menu of the game.
//! The lobby of the game.
use bevy::prelude::*;
use bevy_egui::{egui, EguiContexts};