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

fix: 闪屏问题

parent 8383b5c7
......@@ -702,7 +702,7 @@ cc.Class({
arrowPrefab.x = lastNode.x + lineVec2.x * (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.name = name;
// arrowPrefab.name = name;
arrowPrefab.parent = letterNodeBase;
this.arrowPrefabList.push(arrowPrefab);
......
......@@ -42,7 +42,7 @@
"width": 1280
},
"android-instant": {
"REMOTE_SERVER_ROOT": "",
"REMOTE_SERVER_ROOT": "http://192.168.20.83:7456/preview-android-instant/",
"host": "",
"packageName": "org.cocos2d.demo",
"pathPattern": "",
......@@ -50,5 +50,6 @@
"scheme": "https",
"skipRecord": false
},
"appBundle": false
"appBundle": false,
"includeAnySDK": false
}
......@@ -32,5 +32,5 @@
"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