Commit d05a330f authored by haiyoucuv's avatar haiyoucuv

11

parent 0e205e44
src/assets/Game/level8/D.png

34.4 KB | W: | H:

src/assets/Game/level8/D.png

8.81 KB | W: | H:

src/assets/Game/level8/D.png
src/assets/Game/level8/D.png
src/assets/Game/level8/D.png
src/assets/Game/level8/D.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -48,10 +48,10 @@ export class Game extends Base { ...@@ -48,10 +48,10 @@ export class Game extends Base {
const qsBg = this.addChild(new Sprite(Assets.get("问题.png"))); const qsBg = this.addChild(new Sprite(Assets.get("问题.png")));
qsBg.position.set(49, 316); qsBg.position.set(49, 316);
// this.level = this.addChild(new Level19(this.setPauseCd)); this.level = this.addChild(new Level8(this.setPauseCd));
globalEvent.on(GameEvent.NextLevel, this.nextLevel, this); globalEvent.on(GameEvent.NextLevel, this.nextLevel, this);
this.nextLevel(); // this.nextLevel();
this.startCd(); 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