Godot 4.3 migration and jolt physics engine install

This commit is contained in:
derek
2024-08-19 09:24:49 -05:00
parent 2107e6412a
commit 9263e891e6
38 changed files with 966 additions and 388 deletions

View File

@@ -297,5 +297,3 @@ func weapon_bob(vel : float, delta):
func weapon_recoil(delta):
var recoil_to = camera.rotation.x + gun.recoil_amount
camera.rotation.x = clamp(lerp(camera.rotation.x,recoil_to, .05), deg_to_rad(-90), deg_to_rad(85))