天气系统完成

This commit is contained in:
2025-07-19 17:27:56 +08:00
parent 106a69c89e
commit e466cde9d5
514 changed files with 4678 additions and 4389 deletions

View File

@@ -16,6 +16,7 @@ var backgrounds :Array = [
# 当前显示的背景索引
var current_index = -1
# 过渡动画的持续时间(秒)
@export var transition_duration: float = 1.5