feat: red and green card templates
This commit is contained in:
parent
e3c17f7397
commit
65dc02585e
32 changed files with 792 additions and 19 deletions
7
test_card.gd
Normal file
7
test_card.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Control
|
||||
|
||||
@export var card: SupportCard
|
||||
|
||||
func _ready() -> void:
|
||||
$Green.card = card
|
||||
$Red.card = card
|
||||
Loading…
Add table
Add a link
Reference in a new issue