Function jumpy::core::elements::flappy_jellyfish::control_flappy_jellyfish

source ยท
fn control_flappy_jellyfish(
    time: Res<'_, Time>,
    entities: Res<'_, Entities>,
    player_driving: Comp<'_, PlayerDrivingJellyfish>,
    player_indexes: Comp<'_, PlayerIdx>,
    player_inputs: Res<'_, MatchInputs>,
    explode_flappies: CompMut<'_, ExplodeFlappyJellyfish>,
    bodies: CompMut<'_, KinematicBody>,
    flappy_jellyfishes: Comp<'_, FlappyJellyfish>,
)