Commit b742047a authored by liujiangnan's avatar liujiangnan

feat

parent 949c032a
{
"ver": "1.1.2",
"uuid": "04afb6ee-3763-463e-8b91-981f6b7316a6",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
window.frontjsConfig={token:"b1f4ed4782ac64236aacf29c80f76563", behaviour:15, captureConsoleLog:true, FPSThreshold:10}
\ No newline at end of file
{
"ver": "1.0.8",
"uuid": "46a9ee85-7f41-420f-af27-8f702543d550",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.0.8",
"uuid": "f1a5c637-b824-471f-b430-c3b928bffb92",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 0,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 0,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
"r": 0, "r": 0,
"g": 0, "g": 0,
"b": 0, "b": 0,
"a": 255 "a": 0
}, },
"_depth": -1, "_depth": -1,
"_zoomRatio": 1, "_zoomRatio": 1,
......
...@@ -67,7 +67,10 @@ export default class NewClass extends middleLayerBase { ...@@ -67,7 +67,10 @@ export default class NewClass extends middleLayerBase {
setVideoToBottom() { setVideoToBottom() {
const video = cc.find("Canvas").getComponentInChildren(cc.VideoPlayer); const video = cc.find("Canvas").getComponentInChildren(cc.VideoPlayer);
video.stayOnBottom = true; if (video) {
cc.find("Canvas/Main Camera").getComponent(cc.Camera).backgroundColor = cc.color(0,0,0,0);
video.stayOnBottom = true;
}
} }
tipsTween = null; tipsTween = null;
......
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