Johson пре 6 година
родитељ
комит
064200afb6
3 измењених фајлова са 54 додато и 4 уклоњено
  1. 2 1
      assets/scripts/view/LoadingUIController.js
  2. 49 0
      settings/builder.json
  3. 3 3
      settings/project.json

+ 2 - 1
assets/scripts/view/LoadingUIController.js

@@ -40,7 +40,8 @@ cc.Class({
         this.preloadTotal = 5;
         this.lum = LogicUnitManager;
         this.loginLogic = this.lum.getBehavior('LoginBehavior');
-        this.loginLogic.CreateLoginStart();
+        // this.loginLogic.CreateLoginStart();
+        this.bloaded = true
     },
 
     initListener()

+ 49 - 0
settings/builder.json

@@ -0,0 +1,49 @@
+{
+  "android-instant": {
+    "REMOTE_SERVER_ROOT": "",
+    "host": "",
+    "pathPattern": "",
+    "recordPath": "",
+    "scheme": "https",
+    "skipRecord": false
+  },
+  "appBundle": false,
+  "baidugame": {
+    "REMOTE_SERVER_ROOT": "",
+    "appid": "testappid",
+    "orientation": "portrait",
+    "subContext": ""
+  },
+  "encryptJs": true,
+  "excludeScenes": [],
+  "fb-instant-games": {},
+  "includeSDKBox": false,
+  "inlineSpriteFrames": true,
+  "inlineSpriteFrames_native": true,
+  "md5Cache": false,
+  "mergeStartScene": false,
+  "optimizeHotUpdate": false,
+  "orientation": {
+    "landscapeLeft": true,
+    "landscapeRight": true,
+    "portrait": false,
+    "upsideDown": false
+  },
+  "packageName": "org.cocos2d.ApmGame2",
+  "qqplay": {
+    "REMOTE_SERVER_ROOT": "",
+    "orientation": "portrait",
+    "zip": false
+  },
+  "startScene": "3d2a8ea9-326d-4c94-858d-d7d7d9088eb4",
+  "title": "ApmGame2",
+  "webOrientation": "auto",
+  "wechatgame": {
+    "REMOTE_SERVER_ROOT": "",
+    "appid": "wx6ac3f5090a6b99c5",
+    "orientation": "portrait",
+    "subContext": ""
+  },
+  "xxteaKey": "b974fdbc-2a25-40",
+  "zipCompressJs": true
+}

+ 3 - 3
settings/project.json

@@ -23,13 +23,13 @@
   "group-list": [
     "default"
   ],
-  "last-module-event-record-time": 0,
+  "last-module-event-record-time": 1555472389182,
   "simulator-orientation": false,
   "simulator-resolution": {
     "height": 640,
     "width": 960
   },
+  "start-scene": "current",
   "use-customize-simulator": true,
-  "use-project-simulator-setting": false,
-  "start-scene": "current"
+  "use-project-simulator-setting": false
 }