docs: 全局脚本补充文档注释(14 个文件 29 处)

This commit is contained in:
2026-08-09 20:21:47 +08:00
parent ad72d36522
commit a9de46f1dd
14 changed files with 35 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@ signal buildings_changed
var buildings: Array[Building] = []
## 挂接每日推进信号,结算建筑产出。
func _ready() -> void:
# 每日推进时结算各建筑产出
TimeSystem.day_passed.connect(_on_day_passed)