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 d7d4473298 - Show all commits

View file

@ -4,7 +4,7 @@ use bevy::prelude::*;
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 scene of the game.
/// The current scene of the game.
CoCo_Sol marked this conversation as resolved Outdated

Rename

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