fixed landing recoil

This commit is contained in:
Derek
2024-12-04 19:52:26 -06:00
parent 478e2822d2
commit f293c6745f
7 changed files with 110 additions and 3203 deletions

View File

@@ -239,7 +239,7 @@ func _physics_process(delta):
var recoil_amount = Vector3(-.3,0,0)
land_sound.volume_db = land_volume
land_sound.play()
recoil.add_recoil(recoil_amount,10,2)
recoil.add_recoil(recoil_amount,10,10)
moving_fast_top_speed = 0.0
moving_fast = false