feat: red and green card templates

This commit is contained in:
istamarahsan 2025-01-25 18:40:14 +07:00
parent e3c17f7397
commit 65dc02585e
32 changed files with 792 additions and 19 deletions

7
test_card.gd Normal file
View file

@ -0,0 +1,7 @@
extends Control
@export var card: SupportCard
func _ready() -> void:
$Green.card = card
$Red.card = card