Commit 451b5757 authored by 章红平's avatar 章红平

提交

parent 61eddedd
...@@ -50,7 +50,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -50,7 +50,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考 // TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考
} }
start() { start(): void {
super.start(); super.start();
this.log('initBg:' ); this.log('initBg:' );
this.initBg(); this.initBg();
......
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