Commit 081d2ca3 authored by haiyoucuv's avatar haiyoucuv

11

parent 9885b881
......@@ -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 Level19(this.setPauseCd));
// this.level = this.addChild(new Level19(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