woso_javan 3 tháng trước cách đây
mục cha
commit
a310eb3c23
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      assets/start/Config/GlobalConfig.ts

+ 2 - 2
assets/start/Config/GlobalConfig.ts

@@ -1,5 +1,5 @@
 export const GlobalConfig = {
-    isDebug: false,
+    isDebug: true,
     initilizeLevel: 1,//初始关卡
-    levelTotal: 7,   //最大关卡等级
+    levelTotal: 50,   //最大关卡等级
 }