Add stylized sun and moon cycle

This commit is contained in:
Alexander Sellite 2026-08-02 13:23:12 -04:00
parent 58fb3d6605
commit cae120c532
8 changed files with 227 additions and 30 deletions

View file

@ -958,6 +958,8 @@ func _on_world_time_changed(
) -> void:
if _clock_label != null and _world_time != null:
_clock_label.text = _world_time.get_clock_text()
if _weather_icon != null and _world_time != null:
_weather_icon.set_nighttime(_world_time.is_night_period())
func _on_world_weather_changed(