Add daynight scene to museum beome gen + add camera pivot to daynight

This commit is contained in:
2026-04-20 10:03:44 +02:00
parent b77a6263aa
commit 667e277806
9 changed files with 244 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ extends Node3D
@export_group("Camera")
@export var camera: Camera3D
@export var camera_pivot: Node3D
@export_group("Particles")
@export var particles_wind: GPUParticles3D
@@ -59,6 +60,7 @@ func _ready() -> void:
environment,
environment_config,
camera,
camera_pivot,
thunder_sounds,
rain_sounds
)