chnage doc again
All checks were successful
Rust Checks / checks (push) Successful in 2m14s
Rust Checks / checks (pull_request) Successful in 2m7s

This commit is contained in:
CoCo_Sol 2024-03-31 23:59:20 +02:00
parent 61aef28296
commit c081e36933

View file

@ -21,7 +21,7 @@ struct HoveredTexture {
hovered_texture: Handle<Image>,
}
/// 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),