Commit 27eb93e0 authored by haiyoucuv's avatar haiyoucuv

5

parent e1399463
......@@ -10,8 +10,6 @@ export abstract class LevelBase extends Base {
this.qs = this.addChild(new Sprite(Assets.get(`level${this.level}/qs.png`)));
this.qs.anchor.set(0.5);
this.qs.position.set(375, 505);
console.log(this.level)
}
setTouchEnable(enable: boolean) {
......
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