challenge-editor/scene/fight_character_card.gd

5 lines
124 B
GDScript3
Raw Normal View History

2024-09-24 11:59:54 +08:00
extends TextureRect
@onready var n: Label = $TextureRect/n
@onready var icon: TextureRect = $TextureRect/TextureRect2/icon