对齐
This commit is contained in:
parent
45cbc60ebd
commit
b7c8383b06
@ -311,13 +311,6 @@ namespace GameLogic
|
||||
// 动画异步执行,不阻塞主流程
|
||||
eGo.transform.DOLocalMoveX(0, 1.5f).OnComplete(() =>
|
||||
{
|
||||
GameObject.Destroy(eGo);
|
||||
});
|
||||
|
||||
|
||||
GameModule.Timer.AddTimer((e) =>
|
||||
{
|
||||
|
||||
// 生成新爆点
|
||||
var eGoBoom = GameModule.Resource.LoadGameObject("LJF_Boom");
|
||||
eGoBoom.transform.SetParent(m_rectCar.transform);
|
||||
@ -335,7 +328,10 @@ namespace GameLogic
|
||||
|
||||
// 直接扣
|
||||
m_AllPush += (int)buff.addPower / 5;
|
||||
}, 1.5f);
|
||||
|
||||
GameObject.Destroy(eGo);
|
||||
});
|
||||
|
||||
|
||||
// 严格每500ms生成一个特效
|
||||
await UniTask.Delay(500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user