wip: monster card
This commit is contained in:
parent
172ce12e79
commit
bebb7b467b
38 changed files with 772 additions and 22 deletions
7
ui/card_template/monster_card.gd
Normal file
7
ui/card_template/monster_card.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Control
|
||||
|
||||
@export var name_label: Label
|
||||
@export var health_label: Label
|
||||
@export var energy_pip_container: Container
|
||||
@export var energy_pip: PackedScene
|
||||
@export var art: Texture2D
|
||||
Loading…
Add table
Add a link
Reference in a new issue