add slider to manage day cycle manually

This commit is contained in:
2026-03-25 19:43:44 +01:00
parent a07cfa19a4
commit f3c3ab0a19
4 changed files with 40 additions and 13 deletions

View File

@@ -14,3 +14,6 @@ func _on_fireflies_toggled(toggled_on: bool) -> void:
func _on_storm_toggled(toggled_on: bool) -> void:
UIEvents.toggle_storm.emit(toggled_on)
func _on_day_time_slider_value_changed(value: float) -> void:
UIEvents.set_day_time.emit(value)