test other scenes and fix

This commit is contained in:
2026-04-02 15:39:06 +02:00
parent 8883699886
commit 9e261d8d37
33 changed files with 515 additions and 62 deletions

View File

@@ -24,7 +24,6 @@ func _ready() -> void:
current_time = start_time
update_time(current_time)
func _process(delta: float) -> void:
if paused or environment_config.day_duration <= 0.0: