Commit 9d02b0b9 authored by wanqing's avatar wanqing

修改代码

parent d9eef904
......@@ -186,7 +186,7 @@ public class BombView : MonoBehaviour
Vector3 varPos = m_curPropModelObj.transform.position;
if(BattleCtrl.instance.levelManager.CurLevelIndex == LevelEnum.levelOneIndex)
{
m_lerpPos.x = varPos.x;
m_lerpPos.x = m_hitPoint.x + 6.0f;
}
else if(BattleCtrl.instance.levelManager.CurLevelIndex == LevelEnum.levelTwoIndex)
{
......@@ -601,7 +601,7 @@ public class BombView : MonoBehaviour
if (BattleCtrl.instance.battleUI.IsLeftEmtryBomb && !BattleCtrl.instance.battleUI.IsBombButtonCanInteractable)
{
m_bControlWin = false;
Invoke("CheckSuccess", 4);
Invoke("CheckSuccess", 1);
}
if(m_curModelIndex == 4)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment