fixed revolver with new weapon script
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user