jump horizontal boost, no splat when landing on floor, and fast-fall experiments

This commit is contained in:
Haze Weathers 2025-03-15 05:56:21 -04:00
parent 5cf87d8bb7
commit 330ed25153
3 changed files with 15 additions and 5 deletions

View file

@ -118,7 +118,9 @@ max_run_speed = 100.0
turn_acceleration = 300.0
stopping_force = 250.0
gravity = 450.0
fast_gravity = 675.0
jump_power = 180.0
jump_horizontal_boost = 25.0
splat_launch_power = 240.0
splat_offset = 6.0
chomp_vault_impulse = Vector2(60, -60)