修改广西桂林恭城世纪鑫诚场景

This commit is contained in:
ZYT
2025-09-26 11:32:46 +08:00
parent 2cd4df6720
commit 8c80740520
46 changed files with 79812 additions and 40 deletions

View File

@@ -50,6 +50,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 : MonoBehaviour
@@ -492,6 +493,10 @@ public class GameManager : MonoBehaviour
{
EnergyPump.transform.position = new Vector3(0.03f, 0, 6.48f);
}
if (GameInit.Ins.gamePlace == GamePlace.Guangxi_Guilin_Gongcheng_Shijixincheng)
{
EnergyPump.transform.position = new Vector3(-5.41f, 0, 10.96f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);
}