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