Browse Source

修改版本号

smallqiang 5 years ago
parent
commit
1dafc2f7e5
1 changed files with 2 additions and 2 deletions
  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,