fix merge scenes

This commit is contained in:
2026-05-04 23:59:27 +02:00
44 changed files with 5010 additions and 226 deletions

View File

@@ -104,3 +104,6 @@ func _on_option_button_item_selected(index: int) -> void:
func _on_fog_toggled(toggled_on: bool) -> void:
UIEvents.toggle_fog.emit(toggled_on)
func _on_update_rails_pressed() -> void:
UIEvents.update_rail_chunks.emit()