This commit is contained in:
2026-04-30 07:13:34 +02:00
parent 122ec189eb
commit ff93a7ab2c
10 changed files with 107 additions and 29 deletions

View File

@@ -96,3 +96,6 @@ func _on_day_time_option_changed(index: int) -> void:
func _on_option_button_item_selected(index: int) -> void:
UIEvents.time_option_item_changed.emit(index)
func _on_fog_toggled(toggled_on: bool) -> void:
UIEvents.toggle_fog.emit(toggled_on)