Parcourir la source

修改版本号

smallqiang il y a 5 ans
Parent
commit
1dafc2f7e5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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,