pub fn handle_moving_platforms(
    time: Res<'_, Time>,
    query: Query<'_, '_, (&mut MovingPlatformDriver, &mut Transform)>
)