God-Machine/Assets/Scripts/UI/Labels/automaton_name_text.gd
Garrett Gunnell 330b73ba1b SFX
2025-08-16 08:57:35 -07:00

4 lines
129 B
GDScript

extends RichTextLabel
func _process(delta: float) -> void:
text = "[center]" + str(GameMaster.get_preset_name()) + "[/center]"