feat: enhance magical world ambience

This commit is contained in:
2026-07-05 23:50:06 +02:00
parent ebbd225628
commit 7edf9acd57
2 changed files with 32 additions and 6 deletions
+6
View File
@@ -81,6 +81,12 @@ func _run() -> void:
environment.fog_enabled and environment.sky != null,
"Jajce environment should provide sky and restrained valley fog"
)
_check(
environment.glow_enabled
and environment.volumetric_fog_enabled
and environment.adjustment_enabled,
"WorldEnvironment should provide bounded glow, depth haze, and color grading"
)
_check(
world.has_node("VillageRoot/Mill") and world.has_node("VillageRoot/Bridge"),
"VillageRoot should include the mill and bridge blockouts"