更新关卡上限
This commit is contained in:
parent
2af3e2b674
commit
230fd53604
|
|
@ -443,8 +443,8 @@ var GameTool = {
|
||||||
//关卡上限
|
//关卡上限
|
||||||
maxLevel() {
|
maxLevel() {
|
||||||
let jg = false;
|
let jg = false;
|
||||||
if (cc.fx.GameConfig.GM_INFO.level > 1019) {
|
if (cc.fx.GameConfig.GM_INFO.level > 1049) {
|
||||||
cc.fx.GameConfig.GM_INFO.level = 1020;
|
cc.fx.GameConfig.GM_INFO.level = 1050;
|
||||||
jg = true;
|
jg = true;
|
||||||
}
|
}
|
||||||
return jg;
|
return jg;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user