updat core

This commit is contained in:
2024-10-21 22:29:53 +08:00
parent 6c950bb377
commit fbbd08e0a5
40 changed files with 6519 additions and 5112 deletions

View File

@@ -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)]