添加广东广州蒋海燕荔湖场景

This commit is contained in:
ZYT
2025-10-24 15:51:09 +08:00
parent 47ef92f550
commit cc25bab81f
19 changed files with 28111 additions and 3 deletions

View File

@@ -343,6 +343,13 @@ public class Boss : Enemy
Both();
});
}
if (GameInit.Ins.gamePlace == GamePlace.Guangdong_Guangzhou_Yanghaiyan_Lihu)
{
transform.DOMove(new Vector3(-0.1f, 3f, 2.45f), 4).OnComplete(() =>
{
Both();
});
}
else
{
transform.DOMoveZ(endValue, 4).OnComplete(() =>

View File

@@ -336,6 +336,13 @@ public class Leviathan : Enemy
Both();
});
}
else if(GameInit.Ins.gamePlace == GamePlace.Guangdong_Guangzhou_Yanghaiyan_Lihu)
{
transform.DOMove(new Vector3(2.9f,-3.5f,0f),2).OnComplete(() =>
{
Both();
});
}
else
{
transform.DOMoveZ(-15f, 2).OnComplete(() =>

View File

@@ -328,6 +328,13 @@ public class MachineDragon : Enemy
Both();
});
}
else if(GameInit.Ins.gamePlace == GamePlace.Guangdong_Guangzhou_Yanghaiyan_Lihu)
{
transform.DOMove(new Vector3(-0.46f,0f,-1.4f), 4).OnComplete(() =>
{
Both();
});
}
else
{
transform.DOMoveZ(endValue, 4).OnComplete(() =>

View File

@@ -58,6 +58,7 @@ public enum GamePlace
Jiangsu_Xvzhou_Fengxian_Wuyueguangchang =29,
Hebei_Tangshan_Qianan_Tianyuangu = 30,
Guangdong_Guangzhou_Yanghaiyan = 31,
Guangdong_Guangzhou_Yanghaiyan_Lihu=-31,
Zhejiang_Hangzhou_Linping_Yintaicheng = 32,
Zhejiang_Hangzhou_Linping_Yintaicheng_Shinei= -32,
Henan_Xinxiang_Wandaguangchang =33,
@@ -199,6 +200,8 @@ public class GameManager : MonoBehaviour
loginInfo.shop = 25;
if(GameInit.Ins.gamePlace== GamePlace. Gansu_Jinchang_Jinchuan_Shijiguangchang_Shiwai)
loginInfo.shop = 28;
if(GameInit.Ins.gamePlace== GamePlace. Guangdong_Guangzhou_Yanghaiyan_Lihu)
loginInfo.shop = 31;
if(GameInit.Ins.gamePlace== GamePlace.Zhejiang_Hangzhou_Linping_Yintaicheng_Shinei)
loginInfo.shop = 32;
if(GameInit.Ins.gamePlace== GamePlace.Henan_Xinxiang_Wandaguangchang_Shinei)