smallqiang před 5 roky
rodič
revize
1dafc2f7e5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      assets/scripts/utils/Global.js

+ 2 - 2
assets/scripts/utils/Global.js

@@ -9,9 +9,9 @@ window.GameGlobal = {
     // 建筑管理
     BuildingManager: BuildingManager.instance,
 
-    debug: true,
+    debug: false,
 
-    ver: 123, //游戏版本号发版时需要核对
+    ver: 100, //游戏版本号发版时需要核对
     
     isCheck: false,