8 lines
109 B
GDScript3
8 lines
109 B
GDScript3
|
|
extends Control
|
||
|
|
|
||
|
|
@export var card: SupportCard
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
$Green.card = card
|
||
|
|
$Red.card = card
|