修复甜甜圈特效问题
This commit is contained in:
parent
2482950b04
commit
f9fc70acca
@ -199,14 +199,14 @@ namespace GameLogic
|
||||
/// </summary>
|
||||
private void TtqEffectCreateFunc(GiftConfig giftConfig)
|
||||
{
|
||||
//GameModule.Timer.AddTimer((e) =>
|
||||
//{
|
||||
// var m_Ego = GameModule.Resource.LoadGameObject("TTQ01");
|
||||
// m_Ego.transform.SetParent(this.transform);
|
||||
// m_Ego.transform.localPosition = Vector3.zero;
|
||||
// m_Ego.transform.localScale = Vector3.one;
|
||||
GameModule.Timer.AddTimer((e) =>
|
||||
{
|
||||
var m_Ego = GameModule.Resource.LoadGameObject("TTQ01");
|
||||
m_Ego.transform.SetParent(this.transform);
|
||||
m_Ego.transform.localPosition = Vector3.zero;
|
||||
m_Ego.transform.localScale = Vector3.one;
|
||||
//m_Ego.transform.GetComponent<UIParticle>().scale = 1;
|
||||
//}, giftConfig.TimerLen);
|
||||
}, giftConfig.TimerLen);
|
||||
}
|
||||
|
||||
private async void AddGiftMessageFunc(UnitPlayerData unitPlayerData, GiftConfig giftConfig, int num)
|
||||
|
Loading…
x
Reference in New Issue
Block a user