more matching jet speed

This commit is contained in:
2025-12-16 16:52:43 -05:00
parent e4c8df8a57
commit b7414f146a

View File

@@ -217,7 +217,7 @@ const RUNNING_MOVEMENT_CONFIG: MovementConfig = MovementConfig {
const FLYING_MOVEMENT_CONFIG: MovementConfig = MovementConfig {
movement: CharacterMovement {
target_speed: 20.0,
target_speed: 50.0,
acceleration: 300.0,
},
step: SteppingConfig {