blank weapon fire system
This commit is contained in:
parent
8aa37bd929
commit
16b1d0f701
11 changed files with 92 additions and 51 deletions
|
@ -2,5 +2,10 @@ extends Node3D
|
|||
|
||||
class_name Barrel
|
||||
|
||||
signal fired()
|
||||
|
||||
func can_fire() -> bool:
|
||||
return true
|
||||
|
||||
func fire() -> void:
|
||||
fired.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue