add scenes

This commit is contained in:
2026-05-04 23:43:22 +02:00
parent 36dff9c070
commit 8e1ba915a2
7 changed files with 159 additions and 0 deletions

View File

@@ -99,3 +99,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()