添加甘肃金昌金川世纪广场,江苏徐州丰县吾悦广场场景

This commit is contained in:
2025-09-26 16:41:50 +08:00
parent f7e6629c10
commit beb52bc599
25 changed files with 472229 additions and 3 deletions

View File

@@ -181,6 +181,14 @@ public class TaskBox : MonoBehaviour
{
spawnRange = new Vector3(1.5f, 1f, 1.5f);
}
if(GameLocal.Ins.place == Place.Gansu_Jinchang_Jinchuan_Shijiguangchang)
{
spawnRange = new Vector3(1.5f, 1f, 1.5f);
}
if(GameLocal.Ins.place == Place.Jiangsu_Xvzhou_Fengxian_Wuyueguangchang)
{
spawnRange = new Vector3(2f, 1f, 2f);
}
else
{
spawnRange = new Vector3(3f, 1f, 3f);