添加江西赣州龙南万达广场室内场景
This commit is contained in:
@@ -703,6 +703,21 @@ public class DropShip : Enemy
|
||||
_isShow = false;
|
||||
});
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang)
|
||||
{
|
||||
transform.DOMove(new Vector3(6.83f, 5f,9.28f), 4).OnComplete(() =>
|
||||
{
|
||||
isAttack = true;
|
||||
foreach (var item in tailGas)
|
||||
{
|
||||
item.SetActive(true);
|
||||
}
|
||||
bloodSlider.gameObject.SetActive(true);
|
||||
isShield = false;
|
||||
shieldObj.SetActive(false);
|
||||
_isShow = false;
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
transform.DOMoveZ(endValue, 4).OnComplete(() =>
|
||||
|
||||
@@ -495,6 +495,20 @@ public class Leviathan : Enemy
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang)
|
||||
{
|
||||
transform.DOMove(new Vector3(6.83f, -3.5f,9.28f), 2).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang_Shinei)
|
||||
{
|
||||
transform.DOMove(new Vector3(4.18f, -3.5f,-2.4f), 2).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
|
||||
@@ -459,6 +459,20 @@ public class MachineDragon : Enemy
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang)
|
||||
{
|
||||
transform.DOMove(new Vector3(-0.51f, 0f,3.54f), 4).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang_Shinei)
|
||||
{
|
||||
transform.DOMove(new Vector3(0.6f, 0f,5.58f), 4).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
|
||||
@@ -106,6 +106,8 @@ public enum GamePlace
|
||||
Shandong_Weifang_Linqu_WandaGuangchang_Shinei=54,
|
||||
Liaoning_Panjin_Shuangtaizi_Shuangtaicheng = 55,
|
||||
Liaoning_Dalian_Pulandian_WandaGuangchang = 56,
|
||||
Jiangxi_Ganzhou_Longnan_WandaGuangchang = 57,
|
||||
Jiangxi_Ganzhou_Longnan_WandaGuangchang_Shinei=58,
|
||||
}
|
||||
|
||||
public class GameManager : MonoBehaviour
|
||||
@@ -734,6 +736,14 @@ public class GameManager : MonoBehaviour
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(-0.74f, 0, 4.91f);
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang)
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(-0.47f, 0, 3.21f);
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Jiangxi_Ganzhou_Longnan_WandaGuangchang_Shinei)
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(0.64f, 0, 4.65f);
|
||||
}
|
||||
|
||||
EnergyPumpTag++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user