添加新疆伊犁伊宁万荣场景

This commit is contained in:
ZYT
2025-09-19 19:08:28 +08:00
parent 85fac8b00e
commit f1351da03c
10 changed files with 22894 additions and 0 deletions

View File

@@ -1082,6 +1082,10 @@ public class GameManager : NetworkBehaviour
{
EnergyPump.transform.position = new Vector3(-1.45f, 0, 1.62f);
}
if (GameInit.Ins.gamePlace == GamePlace.Xinjiang_Yili_Yining_Wanrong)
{
EnergyPump.transform.position = new Vector3(0.59f, 0, 1.55f);
}
if (GameInit.Ins.gamePlace == GamePlace.Hunan_Hengyang_Zhuhui_Dongzhoudao)
{
EnergyPump.transform.position = new Vector3(1.35f, 0, 1.45f);