fix clouds

This commit is contained in:
Overside srl
2026-02-17 16:00:53 +01:00
parent f7ec818c23
commit c7d2ae14b3
16 changed files with 36 additions and 51 deletions

View File

@@ -201,7 +201,7 @@ func _update_labels() -> void:
if dynamic_sky.weather_controller.is_transitioning():
var progress := dynamic_sky.weather_controller.get_transition_progress()
_weather_label.text += " (transitioning %.0f%%)" % (progress * 100)
_weather_label.text += " (transition %.0f%%)" % (progress * 100)
if dynamic_sky.weather_controller:
var rain := dynamic_sky.weather_controller.get_rain_intensity()