God-Machine/Assets/Scripts/UI/Labels/spawn_upper_text.gd
Garrett Gunnell 23ec9894c8 Reorganize
2025-08-09 17:02:04 -07:00

6 lines
180 B
GDScript

extends RichTextLabel
func _process(delta: float) -> void:
var current_seed = str(get_node("../../.").get_spawn_range().y)
text = "[center]" + str(current_seed) + "[/center]"