添加广西桂林恭城世纪鑫诚场景

This commit is contained in:
ZYT
2025-09-24 11:21:50 +08:00
parent 7f2ada9dcd
commit 32ee339628
14 changed files with 23134 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public enum GamePlace
Hunan_Hengyang_Zhuhui_Dongzhoudao_nei = -24,
Yunnan_Lincang_Linxiang_Hengji = 25,
Yunnan_Lincang_Linxiang_Hengji_Dixia = -25,
Guangxi_Guilin_Gongcheng_Shijixincheng = 26,
}
public class GameManager : NetworkBehaviour
@@ -1101,6 +1102,10 @@ public class GameManager : NetworkBehaviour
{
EnergyPump.transform.position = new Vector3(1.11f, 0, 2.64f);
}
if (GameInit.Ins.gamePlace == GamePlace.Guangxi_Guilin_Gongcheng_Shijixincheng)
{
EnergyPump.transform.position = new Vector3(-1.24f, 0, 2.87f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);