更新关卡上限

This commit is contained in:
COMPUTER\EDY 2026-01-26 16:57:49 +08:00
parent 2af3e2b674
commit 230fd53604

View File

@ -443,8 +443,8 @@ var GameTool = {
//关卡上限
maxLevel() {
let jg = false;
if (cc.fx.GameConfig.GM_INFO.level > 1019) {
cc.fx.GameConfig.GM_INFO.level = 1020;
if (cc.fx.GameConfig.GM_INFO.level > 1049) {
cc.fx.GameConfig.GM_INFO.level = 1050;
jg = true;
}
return jg;