修改公司一楼场景

This commit is contained in:
ZYT
2025-07-14 11:17:38 +08:00
parent 61eaf13517
commit 676a2e85b9

View File

@@ -178,6 +178,21 @@ public class DropShip : Enemy
endValue = 25f;
if(GameInit.Ins.gamePlace== GamePlace.Shandong_Jining_Shangchang_nei)
endValue = 7f;
if (GameInit.Ins.gamePlace == GamePlace.Company1Floor)
{
transform.DOMove(new Vector3(7f, transform.position.y, 12f), 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(() =>