feat: base

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2025-07-15 00:46:55 +02:00
commit bcfc8fbc81
20 changed files with 498 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
extends Resource
class_name Card
@export var name: String
@export var hp: int
@export var damage: int
@export var rarity: String = "Common"