Merge branch 'main' into fix-day-nigh-cycle

This commit is contained in:
2026-07-01 18:51:37 +02:00
19 changed files with 216 additions and 47 deletions

View File

@@ -30,6 +30,7 @@ func _ready() -> void:
UIEvents.toggle_pause_daytime.connect(_on_toggle_pause_daytime)
UIEvents.time_option_item_changed.connect(_time_option_changed)
paused = environment_config.start_day_time_paused
current_time = environment_config.start_time
update_time(current_time)