region names and types

This commit is contained in:
Altaezio
2026-07-11 19:01:29 +02:00
parent cb5a2421ae
commit 378b0fbcf0
10 changed files with 221 additions and 20 deletions
@@ -22,7 +22,7 @@ func is_needed_to_be_announced() -> bool:
func get_scene_title() -> String:
if region_data:
return region_data.region_name
return region_data.get_region_name()
return ""
func _on_generated(generated_scene : Node):