diff --git a/player_controller/PlayerController.tscn b/player_controller/PlayerController.tscn index d0ab07d..3ab779e 100644 --- a/player_controller/PlayerController.tscn +++ b/player_controller/PlayerController.tscn @@ -137,8 +137,9 @@ target_position = Vector3(0, 1, 0) [node name="MoveSystem" type="Node3D" parent="."] script = ExtResource("20_rxwoh") -WalkSpeed = 7.2 -DecelerationSpeedFactorFloor = 7.0 +WalkSpeed = 7.0 +SprintSpeed = 7.0 +AccelerationSpeedFactorFloor = 3.0 ApexHoldTime = 0.2 WallHugGravityReducingFactor = 0.2