Commit 6b432265 authored by liujiaxin's avatar liujiaxin

aa

parent 8bcdf5f2
...@@ -2681,7 +2681,7 @@ ...@@ -2681,7 +2681,7 @@
"node": { "node": {
"__id__": 55 "__id__": 55
}, },
"_enabled": true, "_enabled": false,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 8, "_alignFlags": 8,
......
...@@ -172,6 +172,11 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -172,6 +172,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
initGame() { initGame() {
//基础效果 需要隐藏的内容处理。 首屏展示 //基础效果 需要隐藏的内容处理。 首屏展示
try{
window.game = this
} catch(e) {
//
}
} }
_cantouch = null; _cantouch = 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