feat: 1.添加统计面板, 2. 游戏暂停标志 Global.paused

This commit is contained in:
luke358
2026-05-20 21:05:04 +08:00
parent 651eaf71ee
commit 4a3cd81ff7
13 changed files with 464 additions and 338 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ enum UpgradeTier {
}
var player: Player
var game_paused := false
# 尝试阻止敌人攻击,获取闪避, unit_stats block_chance 越大
# 成功率越高
func get_chance_success(chance: float) -> bool: