move clientside gated parts of control to the client (#70)

This commit is contained in:
PROMETHIA-27
2025-10-08 18:54:39 -04:00
committed by GitHub
parent 8f24f4e03a
commit 11684b80a9
8 changed files with 104 additions and 115 deletions

View File

@@ -2,7 +2,7 @@ use super::{ControlState, ControllerSet};
use crate::{
GameState,
animation::AnimationFlags,
control::{controller_common::MovementSpeedFactor, controls::ControllerSettings},
control::{ControllerSettings, controller_common::MovementSpeedFactor},
player::PlayerBodyMesh,
};
use bevy::prelude::*;