From c081e36933a6fcf4516c7ff1f9930d1e11b23536 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sun, 31 Mar 2024 23:59:20 +0200 Subject: [PATCH] chnage doc again --- crates/border-wars/src/hover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/hover.rs b/crates/border-wars/src/hover.rs index ca6d3bc..632dc07 100644 --- a/crates/border-wars/src/hover.rs +++ b/crates/border-wars/src/hover.rs @@ -21,7 +21,7 @@ struct HoveredTexture { hovered_texture: Handle, } -/// The system that applies the great texture to the hovered entity. +/// The system that applies the hover logic by changing the texture. fn hovering( mut interaction_query: Query< (&Interaction, &HoveredTexture, &mut UiImage),