Weapons folder, barrel placeholder and base class for fire modes
This commit is contained in:
parent
97a92fd86b
commit
a67a5329b6
4 changed files with 32 additions and 0 deletions
6
base/scripts/weapons/barrel.gd
Normal file
6
base/scripts/weapons/barrel.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node3D
|
||||
|
||||
class_name Barrel
|
||||
|
||||
func can_fire() -> bool:
|
||||
return true
|
Loading…
Add table
Add a link
Reference in a new issue