Beginning to update weapon components

This commit is contained in:
Henry Faber 2026-06-08 13:53:13 +01:00
parent db57a0234e
commit e3fb082139
11 changed files with 66 additions and 37 deletions

View file

@ -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