fn update_current_auto_cast_state_text(
text_query: Query<'_, '_, (&mut Text, &CurrentAutoCastStateText)>,
gameplay_settings: Res<'_, GameplaySettings>
)
Expand description
System to update the text for the current auto-cast state.
fn update_current_auto_cast_state_text(
text_query: Query<'_, '_, (&mut Text, &CurrentAutoCastStateText)>,
gameplay_settings: Res<'_, GameplaySettings>
)
System to update the text for the current auto-cast state.