One_Eleven_Android/scripts/CustomControls/DifficultySelector/Explanation.gd
2024-11-10 03:34:28 +03:00

4 lines
72 B
GDScript

extends HBoxContainer
func Init(text:String):
$Label.text = tr(text);