From a50f5e1cbb21d2135153cf48fe2df508c8c223fd Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 26 Nov 2020 15:29:59 +0800 Subject: [PATCH] 增加获得金币特效 --- Assets/Scripts/UI/FlyImage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/UI/FlyImage.cs b/Assets/Scripts/UI/FlyImage.cs index d4692b0..04adaeb 100644 --- a/Assets/Scripts/UI/FlyImage.cs +++ b/Assets/Scripts/UI/FlyImage.cs @@ -112,7 +112,7 @@ //gameObject.SetActive(false); EndlessLevelManager.instance.Currency.AddCurrency(EndlessLevelManager.instance.DropCoin); - + EventCenter.Ins.BroadCast((int)KTGMGemClient.EventType.PlayGetGoldPS); Core.Utilities.Poolable.TryPool(gameObject); } -- Gitblit v1.9.1