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; pub mod scenes;
CoCo_Sol marked this conversation as resolved Outdated

I think we should call them scenes.

I think we should call them scenes.
/// The state of the game. /// The scene of the game.
CoCo_Sol marked this conversation as resolved Outdated

Rename

Rename
#[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)] #[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)]
pub enum CurrentScene { pub enum CurrentScene {
/// When we are in the main menu. /// When we are in the main menu.