pub fn handle_walk(
events: EventReader<'_, '_, StartWalkEvent>,
query: Query<'_, '_, (&mut PhysicsState, &mut Sprinting, &mut Attributes)>,
)
Expand description
The system that makes the player start walking when they receive a
StartWalkEvent
.