添加吉林通化柳河场景

This commit is contained in:
ZYT
2025-07-29 16:15:40 +08:00
parent 78f6a32622
commit 092e2e6553
14 changed files with 23294 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ public enum GamePlace
Shandong_Langfang_QingzhouTaihuacheng=10,
Hubei_Xiangyang_Kejiguan=11,
Zhejiang_Shaoxing_Shengzhou_WuyueGuangchang=12,
Hunan_Jishou_Qianzhou_Tianhong=13,
Jilin_Tonghua_Liuhe=14,
}
public class GameManager : NetworkBehaviour
@@ -901,6 +904,10 @@ public class GameManager : NetworkBehaviour
{
EnergyPump.transform.position = new Vector3(0,0,5f);
}
if (GameInit.Ins.gamePlace == GamePlace.Jilin_Tonghua_Liuhe)
{
EnergyPump.transform.position = new Vector3(1.87f,0,2.17f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);