6 lines
70 B
GDScript
6 lines
70 B
GDScript
tool
|
|
extends Panel
|
|
|
|
|
|
func _ready():
|
|
$HBoxContainer/Label.text = name
|