添加湖南吉首乾州天虹场景

This commit is contained in:
ZYT
2025-07-30 16:50:43 +08:00
parent 24c2a0d57f
commit 2ff4b7c880
10 changed files with 57 additions and 79 deletions

View File

@@ -222,6 +222,21 @@ public class DropShip : Enemy
_isShow = false;
});
}
if (GameInit.Ins.gamePlace == GamePlace.Hunan_Jishou_Qianzhou_Tianhong)
{
transform.DOMove(new Vector3(-5.71f, transform.position.y, 15.02f), 4).OnComplete(() =>
{
isAttack = true;
foreach (var item in tailGas)
{
item.SetActive(true);
}
bloodSlider.gameObject.SetActive(true);
isShield = false;
shieldObj.SetActive(false);
_isShow = false;
});
}
if (GameInit.Ins.gamePlace == GamePlace.HangZhouLongHuTianJie || GameInit.Ins.gamePlace == GamePlace.Guangzhou_Panyv_Zhanting)
{
transform.DOMoveX(endValue, 4).OnComplete(() =>