Commit 16cb17c2 authored by limingzhe's avatar limingzhe

fix: debug

parent 6d83cd1c
...@@ -66,7 +66,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -66,7 +66,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
onLoadEnd() { onLoadEnd() {
// TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考 // TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考
this.initData(); this.initData();
// this.initView(); this.initView();
// this.initEvent(); // this.initEvent();
// this.gameStart(); // this.gameStart();
// this.showBgLightAction(); // this.showBgLightAction();
......
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