添加云南临沧临湘恒基地下场景

This commit is contained in:
ZYT
2025-09-23 16:00:30 +08:00
parent bb60d50150
commit 2cd4df6720
18 changed files with 28433 additions and 1 deletions

View File

@@ -488,6 +488,10 @@ public class GameManager : MonoBehaviour
{
EnergyPump.transform.position = new Vector3(1.8f, 0, 2.4f);
}
if (GameInit.Ins.gamePlace == GamePlace.Yunnan_Lincang_Linxiang_Hengji_Dixia)
{
EnergyPump.transform.position = new Vector3(0.03f, 0, 6.48f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);
}