Change of file structure for scenes #38

Merged
tipragot merged 11 commits from restruct-menus into main 2024-02-10 17:26:09 +00:00
Showing only changes of commit 55440c9700 - Show all commits

View file

@ -4,7 +4,7 @@ use bevy::prelude::*;
pub mod scenes;
/// The state of the game.
/// The scene of the game.
#[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)]
pub enum CurrentScene {
/// When we are in the main menu.