Commit bc8767ff authored by haiyoucuv's avatar haiyoucuv

21

parent 19cac85b
...@@ -73,6 +73,7 @@ export class Level21 extends LevelBase { ...@@ -73,6 +73,7 @@ export class Level21 extends LevelBase {
if (isIns) { if (isIns) {
this.setTouchEnable(false); this.setTouchEnable(false);
this.right.position.set(bx - 30, by - 30); this.right.position.set(bx - 30, by - 30);
Tween.get(this.B).to({ alpha: 0 }, 666, Ease.quadInOut);
Tween.get(this.right) Tween.get(this.right)
.to({ alpha: 1 }, 666, Ease.quadInOut) .to({ alpha: 1 }, 666, Ease.quadInOut)
.wait(2000) .wait(2000)
......
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