Commit ba18d0ab authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev

parents 23f75179 53a6e2ca
...@@ -275,7 +275,7 @@ export default class MainScene extends Scene { ...@@ -275,7 +275,7 @@ export default class MainScene extends Scene {
playSound(SoundType.fail); playSound(SoundType.fail);
PanelCtrl.instance.show("failed", { level: this.chapter }); PanelCtrl.instance.show("failed", { level: this.chapter });
}, this) }, this)
this.addChild(fail); // this.addChild(fail);
var sucess = new eui.Image(RES.getRes("guideKnowBtn_png")); var sucess = new eui.Image(RES.getRes("guideKnowBtn_png"));
sucess.x = 474; sucess.x = 474;
sucess.y = 10; sucess.y = 10;
...@@ -292,7 +292,7 @@ export default class MainScene extends Scene { ...@@ -292,7 +292,7 @@ export default class MainScene extends Scene {
} }
this.submit(JSON.stringify(json)) this.submit(JSON.stringify(json))
}, this) }, this)
this.addChild(sucess) // this.addChild(sucess)
} }
/** /**
* 加载所有用到的svga * 加载所有用到的svga
......
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