mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-04 02:37:12 +08:00
fix(武器): 调整DaoStatue伤害计算逻辑和描述
feat(游戏流程): 添加初始选择界面自动触发开始按钮逻辑 refactor(战斗系统): 分离调试和发布版的波次配置 style(资源): 更新图片导入配置为VRAM压缩格式 chore: 忽略zip文件并修复.gitignore格式
This commit is contained in:
@@ -24,6 +24,8 @@ func beforeOpen(_args: Array = []):
|
||||
if WorldManager.isRelease():
|
||||
clearWeapons()
|
||||
title2.hide()
|
||||
if !title1.visible:
|
||||
startBtn.pressed.emit()
|
||||
)
|
||||
else:
|
||||
initialFeedSelection.add_child(card)
|
||||
@@ -32,6 +34,8 @@ func beforeOpen(_args: Array = []):
|
||||
if WorldManager.isRelease():
|
||||
clearFeeds()
|
||||
title1.hide()
|
||||
if !title2.visible:
|
||||
startBtn.pressed.emit()
|
||||
)
|
||||
|
||||
func clearFeeds():
|
||||
|
||||
Reference in New Issue
Block a user