create weather controller and daynight controller

This commit is contained in:
2026-03-24 13:56:36 +01:00
parent 5e9611ed44
commit 36d6f29fd3
45 changed files with 2186 additions and 0 deletions

7
core/ui_events.gd Normal file
View File

@@ -0,0 +1,7 @@
extends Node
#Weather signals
signal toggle_rain(value: bool)
signal toggle_snow(value: bool)
signal toggle_wind(value: bool)
signal toggle_fireflies(value: bool)