4 lines
72 B
GDScript
4 lines
72 B
GDScript
extends HBoxContainer
|
|
|
|
func Init(text:String):
|
|
$Label.text = tr(text);
|