Commit 56df5beb authored by zjz1994's avatar zjz1994

减少猩猩解除束缚的时间

parent 3b13721b
...@@ -27,7 +27,7 @@ export class PongoLockState extends State{ ...@@ -27,7 +27,7 @@ export class PongoLockState extends State{
} }
recover() { recover() {
egret.Tween.get(this) egret.Tween.get(this)
.to({ alpha: 0 }, 750) .to({ alpha: 0 }, 300)
.call(() => { .call(() => {
if (this.parent) this.parent.removeChild(this); if (this.parent) this.parent.removeChild(this);
Pool.recover(RecoverName.PongoLock_State, this); Pool.recover(RecoverName.PongoLock_State, this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment