Card cast

This commit is contained in:
Rendo 2026-02-28 18:08:26 +05:00
commit 52572f8c37
17 changed files with 124 additions and 30 deletions

View file

@ -1,10 +1,10 @@
@abstract
extends Resource
class_name CardResource
@export_group("Gameplay")
@export_range(0,1,1,"or_greater","prefer_slider") var cost: int
@export var spawned_unit: PackedScene
@export_group("Visual")
@export var preview: Texture2D