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

feat(武器系统): 添加七魂武器及相关资源

添加七魂武器系统,包括:
- 七魂武器脚本和场景
- 灵魂子弹脚本和场景
- 相关图片资源和音效
- 修改公鸡角色的武器配置
- 修复子弹基础类的UI状态检测问题
This commit is contained in:
2025-09-25 21:57:32 +08:00
parent f16f26882b
commit 159389c908
12 changed files with 216 additions and 10 deletions
+1
View File
@@ -100,6 +100,7 @@ func timeLived():
return WorldManager.getTime() - spawnInWhen
func dotLoop():
if await applyDot():
await TickTool.until(func(): return !UIState.currentPanel)
await dotLoop()
func tryDestroy(becauseMap: bool = false):
if destroying: return