Better gravity handling

This commit is contained in:
Marco 2025-06-29 12:35:19 +02:00
commit 16992c2bea
4 changed files with 16 additions and 12 deletions

View file

@ -283,8 +283,8 @@ Speed = 5
StrafeSpeed = 2
Acceleration = 150.0
Deceleration = 20.0
Gravity = -50.0
FallSpeed = 100.0
Gravity = -20.0
FallSpeed = 2.0
[node name="Storage" type="Node" parent="." node_paths=PackedStringArray("Root")]
script = ExtResource("6_habpy")