添加无尽关卡提示关闭

This commit is contained in:
huanghaipeng 2026-01-13 17:14:23 +08:00
parent a0fe65361f
commit 9ea2e24cec
2 changed files with 415 additions and 397 deletions

File diff suppressed because it is too large Load Diff

View File

@ -945,6 +945,10 @@ export default class JiaZai extends cc.Component {
}
}
specialTipsClose() {
this.node.getChildByName("Load").getChildByName("specialTips").active = false;
}
startGame() {
cc.fx.AudioManager._instance.playEffect("anniu_Big", null);
let version = cc.fx.GameTool.getWechatGameVersion();