You've already forked taptap2024_GJ_chidouren
updat core
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Views
|
||||
var particle = this._pool.Create ();
|
||||
particle.rectTransform.anchoredPosition = localPos;
|
||||
particle.Play ();
|
||||
GameUpdateMgr.Instance.CreateTimer (0.5f , () => { this._pool.Destroy (particle); });
|
||||
GameUpdateMgr.Instance.CreateTimer (1.5f , () => { this._pool.Destroy (particle); });
|
||||
}
|
||||
|
||||
// [BindUIEvent(GameEventCode.OnScreenFlicker)]
|
||||
|
||||
Reference in New Issue
Block a user