2025-08-09 16:58:31 -07:00
|
|
|
extends RichTextLabel
|
|
|
|
|
|
|
|
|
|
func _process(delta: float) -> void:
|
2025-08-13 23:37:30 -07:00
|
|
|
var current_seed = str(get_node("../../.").neighborhood.spawn_range.y)
|
2025-08-09 16:58:31 -07:00
|
|
|
|
|
|
|
|
text = "[center]" + str(current_seed) + "[/center]"
|