Beginning to update weapon components
This commit is contained in:
parent
db57a0234e
commit
e3fb082139
11 changed files with 66 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class_name PlayerShot
|
||||
class_name PlayerShotResource
|
||||
extends Resource
|
||||
|
||||
@export_category("Info")
|
||||
|
|
@ -11,5 +11,3 @@ extends Resource
|
|||
@export var projectiles: int = 2
|
||||
@export var spacing: float = 35
|
||||
@export var origin: int = -23
|
||||
#@export var rate: float = 0.1
|
||||
#@export var cooldown: float = 0.25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue