Commit b69eb268 authored by 范雪寒's avatar 范雪寒

fix: 闪屏问题

parent 8383b5c7
...@@ -702,7 +702,7 @@ cc.Class({ ...@@ -702,7 +702,7 @@ cc.Class({
arrowPrefab.x = lastNode.x + lineVec2.x * (k + 1) / (arrowNumber + 1); arrowPrefab.x = lastNode.x + lineVec2.x * (k + 1) / (arrowNumber + 1);
arrowPrefab.y = lastNode.y + lineVec2.y * (k + 1) / (arrowNumber + 1); arrowPrefab.y = lastNode.y + lineVec2.y * (k + 1) / (arrowNumber + 1);
arrowPrefab.angle = cc.v2(1, 0).signAngle(lineVec2) * 180 / Math.PI; arrowPrefab.angle = cc.v2(1, 0).signAngle(lineVec2) * 180 / Math.PI;
arrowPrefab.name = name; // arrowPrefab.name = name;
arrowPrefab.parent = letterNodeBase; arrowPrefab.parent = letterNodeBase;
this.arrowPrefabList.push(arrowPrefab); this.arrowPrefabList.push(arrowPrefab);
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"width": 1280 "width": 1280
}, },
"android-instant": { "android-instant": {
"REMOTE_SERVER_ROOT": "", "REMOTE_SERVER_ROOT": "http://192.168.20.83:7456/preview-android-instant/",
"host": "", "host": "",
"packageName": "org.cocos2d.demo", "packageName": "org.cocos2d.demo",
"pathPattern": "", "pathPattern": "",
...@@ -50,5 +50,6 @@ ...@@ -50,5 +50,6 @@
"scheme": "https", "scheme": "https",
"skipRecord": false "skipRecord": false
}, },
"appBundle": false "appBundle": false,
"includeAnySDK": false
} }
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
"enable": false "enable": false
} }
}, },
"last-module-event-record-time": 1600068378528 "last-module-event-record-time": 1611540329962
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment