Deploying to gh-pages from @ VickScarlet/lifeRestart@f12a147093 🚀

This commit is contained in:
VickScarlet
2026-03-30 09:50:02 +00:00
parent cbe5a5a8ca
commit 3b37b960fa
53 changed files with 77 additions and 80 deletions
+1
View File
@@ -0,0 +1 @@
var e=class extends ui.view.MessagePopupUI{constructor(){super(),this.left=this.right=0,this.boxBg.defaultColor=`#000000`,this.boxBg.hoverColor=`#000000`,this.boxBg.radius=20}async popup({message:e},t){this.message.text=e,this.message.commitMeasure(),this.height=this.message.height+this.boxBg.radius*2+this.message.fontSize,Laya.Tween.clearAll(this),this.alpha=0,this.y=-2*this.height,await Laya.promises.Tween.to(this,{y:0,alpha:1},300,Laya.Ease.backOut),await Laya.promises.Tween.to(this,{alpha:0},300,Laya.Ease.strongIn,3e3)}};export{e as default};