添加湖南株洲万达神农城潮玩社场景

This commit is contained in:
ZYT
2025-12-23 11:51:43 +08:00
parent 4c9f49bf84
commit 3fd0bcefcb
25 changed files with 236524 additions and 183 deletions

View File

@@ -253,11 +253,16 @@ public class GameManager : MonoBehaviour
}, 0.5f);
if (GameLocal.Ins.place == Place.Jiangsu_Xvzhou_Suning_Guangchang
||GameLocal.Ins.place == Place.Hunan_Changde_Lixian_WandaGuangchang
||GameLocal.Ins.place == Place.Hunan_Zhuzhou_Wanda_Shennongcheng_Chaowanshe
)
{
door.transform.eulerAngles = new Vector3(0, 90, 0);
}
if ( GameLocal.Ins.place == Place.Hunan_Zhuzhou_Wanda_Shennongcheng_Chaowanshe
)
{
door.transform.eulerAngles = new Vector3(0, -90, 0);
}
else
{
door.transform.eulerAngles = new Vector3(0, 180, 0);