Change naming
All checks were successful
Rust Checks / checks (push) Successful in 1m2s
Rust Checks / checks (pull_request) Successful in 1m3s

This commit is contained in:
CoCo_Sol 2024-02-10 18:10:21 +01:00
parent 17119af643
commit 55440c9700

View file

@ -4,7 +4,7 @@ use bevy::prelude::*;
pub mod scenes; pub mod scenes;
/// The state of the game. /// The scene of the game.
#[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.