1
This commit is contained in:
parent
3050e72607
commit
6eb8edebcd
@ -571,7 +571,7 @@ namespace GameLogic
|
|||||||
eGo.transform.SetParent(m_TempList[i].GetRect().transform);
|
eGo.transform.SetParent(m_TempList[i].GetRect().transform);
|
||||||
//eGo.transform.position = actor.GetRect().transform.position;
|
//eGo.transform.position = actor.GetRect().transform.position;
|
||||||
eGo.transform.localPosition = new Vector3(1500, 0, 0);
|
eGo.transform.localPosition = new Vector3(1500, 0, 0);
|
||||||
//eGo.transform.localScale = Vector3.one * 20;
|
eGo.transform.localScale = Vector3.one;
|
||||||
m_Buff1.m_EffectGo = eGo;
|
m_Buff1.m_EffectGo = eGo;
|
||||||
|
|
||||||
// 移动特效
|
// 移动特效
|
||||||
|
Loading…
x
Reference in New Issue
Block a user