准备发布正式版

This commit is contained in:
2025-07-31 22:59:40 +08:00
parent 048600e95d
commit ea42a1563d
173 changed files with 3926 additions and 4295 deletions

View File

@@ -15,12 +15,12 @@ var weather_display_enabled: bool = true
# 设置天气的统一方法
func set_weather(weather_type: String):
# 检查全局设置和动态设置
if GlobalVariables.DisableWeatherDisplay or not weather_display_enabled:
if not weather_display_enabled:
hide_all_weather()
return
# 先隐藏所有天气效果
hide_all_weather()
#hide_all_weather()
# 根据天气类型显示对应效果
match weather_type: