blunderbuss working

This commit is contained in:
Derek
2024-11-23 16:27:50 -06:00
parent da6ac13cf7
commit 05b8c0d760
22 changed files with 1003 additions and 108 deletions

View File

@@ -263,7 +263,7 @@ func _physics_process(delta):
# Reloading
if Input.is_action_just_pressed("reload"):
gun.reload(delta)
gun.reload()
if Input.is_action_pressed("inspect") and !gun.anim_player.is_playing():
gun.anim_player.play("inspect")