添加湖北襄阳科技馆场景

This commit is contained in:
ZYT
2025-07-10 17:14:09 +08:00
parent 7044b0057d
commit 35fd1c41f8
18 changed files with 27966 additions and 291699 deletions

View File

@@ -105,6 +105,13 @@ public class Leviathan : Enemy
Both();
});
}
else if(GameInit.Ins.gamePlace == GamePlace.Hubei_Xiangyang_Kejiguan)
{
transform.DOMove(new Vector3(-15f,-2.5f,5.2f),2).OnComplete(() =>
{
Both();
});
}
else
{
transform.DOMoveZ(-15f, 2).OnComplete(() =>

View File

@@ -29,6 +29,7 @@ public enum GamePlace
Shandong_Jining_Shangchang = 9 ,
Shandong_Jining_Shangchang_nei=-9,
ShanDong_Langfang_QingzhouTaihuacheng =10,
Hubei_Xiangyang_Kejiguan=11,
}
public class GameManager : MonoBehaviour