添加无尽关卡提示关闭
This commit is contained in:
parent
a0fe65361f
commit
9ea2e24cec
File diff suppressed because it is too large
Load Diff
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user