Better movement handling

This commit is contained in:
Marco 2025-08-14 17:50:11 +02:00
commit c68e40b8c3
5 changed files with 96 additions and 143 deletions

View file

@ -288,6 +288,7 @@ Acceleration = 150.0
Deceleration = 20.0
Gravity = -20.0
FallSpeed = 4.0
TurnSpeed = 1.0
[node name="Storage" type="Node" parent="." node_paths=PackedStringArray("Root", "Shield")]
script = ExtResource("6_habpy")