mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 14:33:46 +00:00
Better gravity handling
This commit is contained in:
parent
d01ab303fc
commit
16992c2bea
4 changed files with 16 additions and 12 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue