feat: sync visual day-night cycle with simulation clock
DayNightCycle now reads time_of_day from SimulationManager group node, falling back to self-tracked elapsed for lookdev scenes. Simulation starts at 06:00 morning (tick 50) by default. TimeDial reads directly from SimulationManager and displays HH:MM format with a 24-hour dial arc. Removed initial_cycle override from JajceLookdev.
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
|
||||
[node name="JajceWorld" parent="." instance=ExtResource("1_world")]
|
||||
|
||||
[node name="DayNightCycle" parent="JajceWorld" index="9"]
|
||||
initial_cycle = 0.38
|
||||
|
||||
[node name="BeautyCamera" type="Camera3D" parent="."]
|
||||
position = Vector3(44, 34, 44)
|
||||
current = true
|
||||
|
||||
Reference in New Issue
Block a user