5 lines
124 B
GDScript
5 lines
124 B
GDScript
extends TextureRect
|
|
|
|
@onready var n: Label = $TextureRect/n
|
|
@onready var icon: TextureRect = $TextureRect/TextureRect2/icon
|