From 55440c97004a8fa2d3a464a7fe92dd670393ce16 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sat, 10 Feb 2024 18:10:21 +0100 Subject: [PATCH] Change naming --- 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 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.