添加衡水桃城,安徽马鞍山场景

This commit is contained in:
ZYT
2025-12-26 20:01:41 +08:00
parent 6439f589a4
commit b69bc87c80
38 changed files with 56901 additions and 6 deletions

View File

@@ -85,6 +85,7 @@ public enum GamePlace
Anhui_Suzhou_Yueshan_Guchengshangyejie_Shinei=47,
Zhejiang_Wenzhou_Cangnan_Yintaicheng = 48,
Shandong_Jining_Shangchang_3=49,
Anhui_Manshan_XingyueGuangchang = 50,
}
public class GameManager : MonoBehaviour
@@ -216,7 +217,7 @@ public class GameManager : MonoBehaviour
});
loginInfo.deviceSn = GetPicoSn();
loginInfo.startAt = ConvertTimestampToDateTime(GetTimestamp()) + "";
loginInfo.shop = 49;
loginInfo.shop = 50;
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
loginInfo.shop = (int)GameInit.Ins.gamePlace;
if(GameInit.Ins.gamePlace== GamePlace.Company1FloorShiwai)
@@ -672,6 +673,10 @@ public class GameManager : MonoBehaviour
{
EnergyPump.transform.position = new Vector3(0.23f, 0, 4.29f);
}
if (GameInit.Ins.gamePlace == GamePlace.Anhui_Manshan_XingyueGuangchang)
{
EnergyPump.transform.position = new Vector3(0.08f, 0, 6.77f);
}
EnergyPumpTag++;
EnergyPump.GetComponent<EnergyPump>().Init(EnergyPumpTag);