fn update_velocity(
    query: Query<'_, '_, (&mut Velocity, &Acceleration)>,
    time: Res<'_, Time>
)
Expand description

System that updates the velocity of moving things