Function jumpy::core::elements::jellyfish::update_player_driving

source ยท
fn update_player_driving(
    entities: Res<'_, Entities>,
    player_indexes: Comp<'_, PlayerIdx>,
    player_inventories: Comp<'_, Inventory>,
    player_states: Comp<'_, PlayerState>,
    jellyfishes: CompMut<'_, Jellyfish>,
    player_inputs: Res<'_, MatchInputs>,
    player_driving: CompMut<'_, PlayerDrivingJellyfish>,
    commands: Commands<'_>,
)