diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index 8f112d7..755c35f 100644 --- a/crates/border-wars/src/lib.rs +++ b/crates/border-wars/src/lib.rs @@ -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.