challenge-editor/scene/fight_character_card.gd
2024-09-24 11:59:54 +08:00

5 lines
124 B
GDScript

extends TextureRect
@onready var n: Label = $TextureRect/n
@onready var icon: TextureRect = $TextureRect/TextureRect2/icon