添加安徽芜湖冠威场景
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user