添加安徽芜湖冠威场景

This commit is contained in:
ZYT
2025-08-08 18:28:35 +08:00
parent 7b8514c08c
commit 0d2a90adbb
125 changed files with 23333 additions and 45 deletions

View File

@@ -33,6 +33,7 @@ public enum GamePlace
Yangzhou_Hanjiang_Tansuozhongxin=5,
Yangzhou_Hanjiang_TansuoZhongxin_wai=-5,
Zhejiang_Jinhua_KeJiGuan = 6,
Anhui_Wuhu_Guanwei = 8,
Shandong_Jining_Wanhuicheng_nei =-9,
Shandong_Langfang_QingzhouTaihuacheng=10,
Hubei_Xiangyang_Kejiguan=11,
@@ -879,6 +880,10 @@ public class GameManager : NetworkBehaviour
{
EnergyPump.transform.position = new Vector3(-3f, 0, 5f);
}
if(GameInit.Ins.gamePlace == GamePlace.Anhui_Wuhu_Guanwei)
{
EnergyPump.transform.position = new Vector3(-1.6f, 0, 1.6f);
}
if(GameInit.Ins.gamePlace == GamePlace.Zhejiang_Shaoxing_Shengzhou_WuyueGuangchang)
{
EnergyPump.transform.position = new Vector3(-3f, 0, 5f);