Card cast
This commit is contained in:
parent
7df936cd01
commit
52572f8c37
17 changed files with 124 additions and 30 deletions
5
cards/unit_card.gd
Normal file
5
cards/unit_card.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends CardResource
|
||||
|
||||
class_name UnitCard
|
||||
|
||||
@export var spawned_unit: PackedScene
|
||||
Loading…
Add table
Add a link
Reference in a new issue