Commit 299db78a authored by zjz1994's avatar zjz1994

修改

parent d46f4eca
......@@ -472,12 +472,26 @@ export default class SignPanel extends Panel {
this.playShineDot();
//调整
egret.Tween.get(this["lightbot"]).set({
alpha:0.3
alpha:1
})
.wait(150)
.to({
alpha:0,
},300);
egret.Tween.get(this["lightbot"])
.wait(450)
.to({
alpha:1,
},150)
},500);
// egret.Tween.get(this["lightbot"]).set({
// alpha:0.3
// })
// .wait(150)
// .to({
// alpha:1,
// },150)
return;
await wait(1000);
this["prizegroup"].visible = false;
......
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