Commit e2b3f4bf authored by 邱旭's avatar 邱旭

1

parent 38d06f4c
...@@ -1141,7 +1141,7 @@ export default class MapScene extends Scene { ...@@ -1141,7 +1141,7 @@ export default class MapScene extends Scene {
egret.Tween.get(light).to({ scaleX: 1.5, scaleY: 1.5, }, 200).call(() => { egret.Tween.get(light).to({ scaleX: 1.5, scaleY: 1.5, }, 200).call(() => {
pic['__icon__'].removeChild(light); pic['__icon__'].removeChild(light);
if (index == pics.length - 1) { if (index == pics.length - 1) {
showToast('铃铛隐藏在任意关卡中,快去找他们吧~'); showToast('红包隐藏在任意关卡中,快去找他们吧~');
} }
}); });
}); });
......
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