Fixed cancellation logic; added double jump max fall speed property.
Release / Export Game (push) Successful in 2m3s

This commit is contained in:
qwsdcvghyu89
2026-06-14 21:29:15 +10:00
parent 4e344cc02d
commit 62f61acc10
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ script = ExtResource("2_oekxy")
WalkAcceleration = 30.0
StoppingDeceleration = 50.0
CancellationAcceleration = 50.0
AirAcceleration = 5.0
AirAcceleration = 3.0
MaxFallSpeed = 50.0
MaxRiseSpeed = 50.0
MaxRunSpeed = 12.0