Deploying to gh-pages from @ VickScarlet/lifeRestart@8f46e286dd 🚀

This commit is contained in:
VickScarlet
2025-04-05 09:40:46 +00:00
parent e3d1b38c73
commit 6c1e71a964
152 changed files with 161173 additions and 0 deletions

View File

@@ -0,0 +1 @@
class s extends ui.view.CyberTheme.CyberAchievementPopupUI{constructor(){super()}async popup({achievement:a},t){Laya.Tween.clearAll(this),Laya.Tween.clearAll(this.boxBg),this.alpha=.8,this.labName.text=a.name,this.labName.color=$ui.common.grade[a.grade],this.x=-this.width,this.boxBg.x=this.boxBg.width,await Promise.all([Laya.promises.Tween.to(this,{x:0},300,Laya.Ease.strongOut),Laya.promises.Tween.to(this.boxBg,{x:0},300,Laya.Ease.strongOut,50)]),await Laya.promises.Tween.to(this,{alpha:0},3e3,Laya.Ease.strongIn)}}export{s as default};