Add weather presentation and gameplay UI improvements

This commit is contained in:
Alexander Sellite 2026-08-13 01:31:05 -04:00
parent db6074ddfa
commit 51fa6535b6
28 changed files with 1067 additions and 61 deletions

View file

@ -420,6 +420,7 @@ func _initialize_application(dedicated: bool) -> void:
_test_world.get_sun(),
_world_weather,
_player,
Callable(_player, "get_active_gameplay_camera"),
)
if not _world_time.natural_time_advanced.is_connected(
_on_natural_time_advanced