Updated resource paths to match directory structure.

This commit is contained in:
Henry Faber 2026-06-16 17:39:18 +01:00
parent 0f69240bdb
commit d041531716
9 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,17 @@
class_name WeaponShot
extends Resource
@export_category("Info")
@export var shot_name: String
@export var bullet_scene: PackedScene = null
@export_category("Shot Data")
@export var damage: int = 1
@export var speed: int = 135
@export var projectiles: int = 2
@export var spacing: float = 35
@export var origin: int = -23
@export_category("Spread")
@export var horizontal_offset: float = 6.5 # Horizontal distance between projectiles
@export var stagger_offset: float = 5 # Time delay per projectile index