change doc
All checks were successful
Rust Checks / checks (push) Successful in 1m0s
Rust Checks / checks (pull_request) Successful in 1m2s

This commit is contained in:
CoCo_Sol 2024-02-10 18:23:19 +01:00
parent 601490023b
commit d7d4473298

View file

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