添加山东济南槐荫晟芙桐商贸内外场景

This commit is contained in:
ZYT
2025-08-06 17:30:39 +08:00
parent 2ff4b7c880
commit c741a9e65b
40 changed files with 56102 additions and 34 deletions

View File

@@ -33,6 +33,8 @@ public enum GamePlace
Zhejiang_Shaoxing_Shengzhou_WuyueGuangchang=12,
Hunan_Jishou_Qianzhou_Tianhong=13,
Jilin_Tonghua_Liuhe=14,
Shandong_Jinan_Huaiyin_ShengfutongShangmao = 15,
Shandong_Jinan_Huaiyin_ShengfutongShangmao_wai = -15,
}
public class GameManager : MonoBehaviour
@@ -142,6 +144,8 @@ public class GameManager : MonoBehaviour
loginInfo.shop = 5;
if(GameInit.Ins.gamePlace== GamePlace.Shandong_Jining_Shangchang_nei)
loginInfo.shop = 9;
if(GameInit.Ins.gamePlace== GamePlace.Shandong_Jinan_Huaiyin_ShengfutongShangmao_wai)
loginInfo.shop = 15;
#endif
//loginInfo.shop = 0;
loginInfo.gameId = 5;
@@ -342,6 +346,10 @@ public class GameManager : MonoBehaviour
{
EnergyPump.transform.position = new Vector3(2f, 0, 3f);
}
if (GameInit.Ins.gamePlace == GamePlace.Shandong_Jinan_Huaiyin_ShengfutongShangmao)
{
EnergyPump.transform.position = new Vector3(0.62f, 0, 1f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);
}