mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2025-02-23 09:54:19 +01:00
11 lines
120 B
GDScript
11 lines
120 B
GDScript
tool
|
|
extends PanelContainer
|
|
|
|
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
func set_label(text):
|
|
get_node("Panel/Body/Label").set_text(text)
|