Commit 7985350a authored by 邱旭's avatar 邱旭

7777

parent fc5e58d9
resource/playScene/magicLion.png

9.47 KB | W: | H:

resource/playScene/magicLion.png

11 KB | W: | H:

resource/playScene/magicLion.png
resource/playScene/magicLion.png
resource/playScene/magicLion.png
resource/playScene/magicLion.png
  • 2-up
  • Swipe
  • Onion skin
resource/playScene/magicLionBg.png

7.2 KB | W: | H:

resource/playScene/magicLionBg.png

17.3 KB | W: | H:

resource/playScene/magicLionBg.png
resource/playScene/magicLionBg.png
resource/playScene/magicLionBg.png
resource/playScene/magicLionBg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -94,7 +94,7 @@ export class LoadingScene extends Scene { ...@@ -94,7 +94,7 @@ export class LoadingScene extends Scene {
if (pro >= 1) { if (pro >= 1) {
this.removeEventListener(FYGE.Event.PROGRESS, this.progressEvent, this); this.removeEventListener(FYGE.Event.PROGRESS, this.progressEvent, this);
// changeScene(MapScene, {from: "loading"}) // changeScene(MapScene, {from: "loading"})
changeScene(PlayScene, {chapter: 70}); changeScene(PlayScene, {chapter: 1});
// changeScene(LotteryScene,{level:1}); // changeScene(LotteryScene,{level:1});
} }
}) })
......
...@@ -51,8 +51,8 @@ export class MagicLionAni extends Ani { ...@@ -51,8 +51,8 @@ export class MagicLionAni extends Ani {
this.upImage.scaleX = this.upImage.scaleY = 1; this.upImage.scaleX = this.upImage.scaleY = 1;
this.upImage.alpha = 1; this.upImage.alpha = 1;
FYGE.Tween.get(this.downImage) FYGE.Tween.get(this.downImage)
.to({ scaleX: 1.5, scaleY: 1.5 }, 300) .to({ scaleX: 2, scaleY: 2 }, 300)
.to({ scaleX: 1.1, scaleY: 1.1 }, 200) .to({ scaleX: 1.2, scaleY: 1.2 }, 200)
.wait(150)//和所有元素旋转时间一致,反正到时调整 .wait(150)//和所有元素旋转时间一致,反正到时调整
.to({ alpha: 0, scaleX: 0.2, scaleY: 0.2 }, 100) .to({ alpha: 0, scaleX: 0.2, scaleY: 0.2 }, 100)
.call(() => { .call(() => {
......
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