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

@@ -2,7 +2,7 @@ class_name EnvironmentConfig
extends Resource
@export_group("Day")
@export var day_duration: float = 120.0 #Duration of a full day cycle in seconds
@export var day_duration: float = 300.0 #Duration of a full day cycle in seconds
#Ambient light color tinting for each time of day
@export_group("Directional Lights and Environment")