0.92-->0.96
This commit is contained in:
@@ -33,7 +33,7 @@ export class Candy extends Laya.Script {
|
|||||||
return
|
return
|
||||||
Laya.Tween.to(this.bg_sprite, { alpha: 0 }, 200)
|
Laya.Tween.to(this.bg_sprite, { alpha: 0 }, 200)
|
||||||
Laya.Tween.to(this.mask_sprite, { alpha: 0.1 }, 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, () => {
|
this.owner.on(Laya.Event.MOUSE_UP, this, () => {
|
||||||
if (this.available === false)
|
if (this.available === false)
|
||||||
|
|||||||
Reference in New Issue
Block a user