mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2026-04-18 14:30:21 +00:00
4 lines
129 B
GDScript
4 lines
129 B
GDScript
extends RichTextLabel
|
|
|
|
func _process(delta: float) -> void:
|
|
text = "[center]" + str(GameMaster.get_preset_name()) + "[/center]"
|