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),