添加辽宁大连普兰店万达广场场景

This commit is contained in:
ZYT
2026-01-16 15:36:40 +08:00
parent 13d3bbbc3c
commit dff0804097
24 changed files with 28456 additions and 9 deletions

View File

@@ -488,6 +488,13 @@ public class Leviathan : Enemy
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
{
transform.DOMove(new Vector3(8.1f, -3.5f,7.1f), 2).OnComplete(() =>
{
Both();
});
}
else

View File

@@ -452,6 +452,13 @@ public class MachineDragon : Enemy
Both();
});
}
else if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
{
transform.DOMove(new Vector3(3.87f, 0f,5.94f), 4).OnComplete(() =>
{
Both();
});
}
else

View File

@@ -730,9 +730,9 @@ public class GameManager : MonoBehaviour
{
EnergyPump.transform.position = new Vector3(2f, 0, 4.79f);
}
if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Panjin_Shuangtaizi_Shuangtaicheng)
if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
{
EnergyPump.transform.position = new Vector3(-2.07f, 0, 9.07f);
EnergyPump.transform.position = new Vector3(-0.74f, 0, 4.91f);
}
EnergyPumpTag++;