1
This commit is contained in:
parent
23e62b7ecb
commit
3050e72607
@ -424,7 +424,7 @@ namespace GameLogic
|
||||
var eGo = GameModule.Resource.LoadGameObject("NWS");
|
||||
eGo.transform.SetParent(m_rectCar.transform);
|
||||
eGo.transform.localPosition = Vector3.zero;
|
||||
//eGo.transform.localScale = Vector3.one * 0.6f;
|
||||
eGo.transform.localScale = Vector3.one;
|
||||
eGo.gameObject.SetActive(true);
|
||||
eGo.transform.localPosition = new Vector3(-1500, 0, 0);
|
||||
eGo.transform.DOLocalMoveX(0, 4f).OnComplete(async () =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user