修改山东潍坊场景

This commit is contained in:
ZYT
2025-07-15 18:14:12 +08:00
parent b760eef84d
commit 09204c35c8
13 changed files with 372 additions and 308387 deletions

View File

@@ -876,6 +876,10 @@ public class GameManager : NetworkBehaviour
{
EnergyPump.transform.position = new Vector3(0,0,2f);
}
if (GameInit.Ins.gamePlace == GamePlace.Shandong_Langfang_QingzhouTaihuacheng)
{
EnergyPump.transform.position = new Vector3(7.36f,0,7.58f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);