Increase default top ground speed to create a more perceptible difference between slope climbability at low versus high speed.
This commit is contained in:
parent
0ad77a03ec
commit
c75c8e094c
|
@ -25,7 +25,7 @@ class_name Character extends RigidBody3D
|
|||
|
||||
@export_subgroup("On Ground")
|
||||
## Refuse forward input if moving faster than this while grounded.
|
||||
@export var _top_ground_speed: float = 20.0
|
||||
@export var _top_ground_speed: float = 25.0
|
||||
## Magnitude of manual forward acceleration while grounded.
|
||||
@export var _ground_acceleration: float = 15.0
|
||||
## Magnitude of automatic deceleration while grounded.
|
||||
|
|
Loading…
Reference in New Issue