fix clouds
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user