添加湖南衡阳珠晖东洲岛室内场景

This commit is contained in:
ZYT
2025-10-15 18:16:45 +08:00
parent 66d7f8eff5
commit dc943353bb
19 changed files with 28456 additions and 1 deletions

View File

@@ -365,6 +365,21 @@ public class DropShip : Enemy
_isShow = false;
});
}
if (GameInit.Ins.gamePlace == GamePlace.Hunan_Hengyang_Zhuhui_Dongzhoudao_nei)
{
transform.DOMove(new Vector3(0.5f, 5f, 12.71f), 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.Yunnan_Mile_Jinchen_Shidaiguangchang)
{