proper horizontal speed variable so acceleration can exist
This commit is contained in:
parent
c90da1eda2
commit
c91c931ad3
2 changed files with 18 additions and 3 deletions
|
@ -9,7 +9,9 @@ radius = 0.25
|
|||
|
||||
[node name="Player" type="CharacterBody3D"]
|
||||
script = ExtResource("1_g7ett")
|
||||
walk_acceleration = 18.0
|
||||
walk_speed = 6.0
|
||||
stopping_rate = 24.0
|
||||
gravity = 15.0
|
||||
jump_force = 8.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue