mirror of
https://github.com/Relintai/uml_generator.git
synced 2024-11-22 11:09:09 +01:00
5 lines
100 B
GDScript
5 lines
100 B
GDScript
extends VBoxContainer
|
|
|
|
func set_base_class_name(text):
|
|
$Container/PanelContainer/Label.text = text
|