0.92-->0.96

This commit is contained in:
2025-06-19 18:19:22 +08:00
parent 93193bb0ab
commit 913d7ea615

View File

@@ -33,7 +33,7 @@ export class Candy extends Laya.Script {
return
Laya.Tween.to(this.bg_sprite, { alpha: 0 }, 200)
Laya.Tween.to(this.mask_sprite, { alpha: 0.1 }, 200)
Laya.Tween.to(this.offset, { scaleX: 0.92, scaleY: 0.92 }, 200)
Laya.Tween.to(this.offset, { scaleX: 0.96, scaleY: 0.96 }, 200)
})
this.owner.on(Laya.Event.MOUSE_UP, this, () => {
if (this.available === false)