Increase default top ground speed to create a more perceptible difference between slope climbability at low versus high speed.

This commit is contained in:
blujai831 2025-04-01 15:15:25 -07:00
parent 0ad77a03ec
commit c75c8e094c
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
1 changed files with 1 additions and 1 deletions

View File

@ -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.