1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 06:37:13 +08:00

feat(游戏结束): 添加失败音效并调整游戏平衡

添加失败音效并在游戏结束时播放
调整小鸡角色的攻击概率和伤害值
恢复初始波次配置为母鸡和小鸡的组合
This commit is contained in:
2025-08-29 14:10:23 +08:00
parent 327afcc721
commit 685c81e654
7 changed files with 44 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
extends FullscreenPanelBase
@onready var audio = $"%audio"
func beforeOpen():
audio.play()