Commit 94e33ab9 authored by haiyoucuv's avatar haiyoucuv

11

parent d05a330f
......@@ -48,10 +48,10 @@ export class Game extends Base {
const qsBg = this.addChild(new Sprite(Assets.get("问题.png")));
qsBg.position.set(49, 316);
this.level = this.addChild(new Level8(this.setPauseCd));
// this.level = this.addChild(new Level8(this.setPauseCd));
globalEvent.on(GameEvent.NextLevel, this.nextLevel, this);
// this.nextLevel();
this.nextLevel();
this.startCd();
}
......
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