Explorar el Código

修改版本号

smallqiang hace 6 años
padre
commit
1dafc2f7e5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,