Initial MVP

This commit is contained in:
Aodhan Collins
2026-01-26 02:57:40 +00:00
commit b42521a008
33 changed files with 1004 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
class_name EnemyData extends Resource
@export var id: String
@export var name: String
@export var hp: int
@export var max_hp: int
@export var damage: int
@export var image_path: String