From d7d4473298ec9133d9f41f3b046ba11f98295f09 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sat, 10 Feb 2024 18:23:19 +0100 Subject: [PATCH] change doc --- crates/border-wars/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index 755c35f..c85940e 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 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.