整理代码格式

This commit is contained in:
2025-06-05 10:34:58 +08:00
parent 55427c473a
commit 10333a3bdc
4 changed files with 67 additions and 74 deletions

View File

@@ -18,7 +18,6 @@ export class ScoreAdd extends Laya.Script {
}
onStart(): void {
Laya.Tween.to(this.label, { scaleX: 1, scaleY: 1 }, 300, Laya.Ease.bounceIn, null, 0)
Laya.Tween.to(this.label, { y: -102 }, 300, Laya.Ease.linearOut, null, 500)