fixed revolver with new weapon script

This commit is contained in:
derek
2025-03-04 14:28:38 -06:00
parent cc1500e7fd
commit 88d9f0743a
9 changed files with 140 additions and 1097 deletions

View File

@@ -384,7 +384,7 @@ func _physics_process(delta):
# Shooting & fire modes
if Input.is_action_pressed("shoot"):
if gun != null:
gun.shoot(delta)
gun.shoot()
if Input.is_action_just_released("shoot"):
if gun != null: