添加公司一楼大厅室外,宁夏银川金凤新华联广场场景,添加指引系统

This commit is contained in:
ZYT
2025-12-12 17:44:11 +08:00
parent 33a17a1164
commit 16bed73f47
57 changed files with 58097 additions and 77 deletions

View File

@@ -118,6 +118,8 @@ public class Boss : Enemy
endValue = 18f;
if (GameInit.Ins.gamePlace == GamePlace.Gansu_Jinchang_Jinchuan_Shijiguangchang_Shiwai)
endValue = 0.51f;
if (GameInit.Ins.gamePlace == GamePlace.Ningxia_Yinchuan_Jinfeng_XinhualianGuangchang)
endValue = 15.75f;
if(GameInit.Ins.gamePlace == GamePlace.Shandong_Jining_Shangchang)
{
transform.DOMove(new Vector3(11.5f,transform.position.y,3.68f), 4).OnComplete(() =>
@@ -413,6 +415,21 @@ public class Boss : Enemy
Both();
});
}
if (GameInit.Ins.gamePlace == GamePlace.Ningxia_Yinchuan_Jinfeng_XinhualianGuangchang)
{
transform.DOMove(new Vector3(15.09f, 3f, 15.75f), 4).OnComplete(() =>
{
Both();
});
}
if (GameInit.Ins.gamePlace == GamePlace.Company1FloorShiwai)
{
transform.DOMove(new Vector3(-0.85f, 3f, 22.41f), 4).OnComplete(() =>
{
Both();
});
}
else
{

View File

@@ -641,6 +641,21 @@ public class DropShip : Enemy
_isShow = false;
});
}
if (GameInit.Ins.gamePlace == GamePlace.Company1FloorShiwai)
{
transform.DOMove(new Vector3(1.59f, 5f, 20.24f), 4).OnComplete(() =>
{
isAttack = true;
foreach (var item in tailGas)
{
item.SetActive(true);
}
bloodSlider.gameObject.SetActive(true);
isShield = false;
shieldObj.SetActive(false);
_isShow = false;
});
}
else
{

View File

@@ -404,6 +404,20 @@ public class Leviathan : Enemy
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Hebei_Hengshui_Xinji_WandaGuangchang)
{
transform.DOMove(new Vector3(0.3f, -3.5f, 2.8f), 2).OnComplete(() =>
{
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Company1FloorShiwai)
{
transform.DOMove(new Vector3(-10.91f, 1.5f, 25.15f), 2).OnComplete(() =>
{
Both();
});
}
else
{

View File

@@ -389,6 +389,20 @@ public class MachineDragon : Enemy
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Ningxia_Yinchuan_Jinfeng_XinhualianGuangchang)
{
transform.DOMove(new Vector3(5.88f, 0f, -1.08f), 4).OnComplete(() =>
{
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Company1FloorShiwai)
{
transform.DOMove(new Vector3(-4.48f, 0f, 21.35f), 4).OnComplete(() =>
{
Both();
});
}
else
{