Added graphics options for psx effects

This commit is contained in:
2026-02-03 19:41:06 +11:00
parent 6f1105cdbe
commit c0859e26cb
35 changed files with 252 additions and 304 deletions

View File

@@ -4,8 +4,8 @@ extends Resource
@export var title: String = "enemy name goes here"
@export var description: String = "enemy description goes here"
@export var target_type: Data.EnemyType
@export var scene: PackedScene
@export var icon: Texture
@export var scene: PackedScene
@export var death_sprite: Texture
@export var sprite: AtlasTexture
@export var spawn_power: int = 10