接入新地图

This commit is contained in:
2025-06-24 22:55:19 +08:00
parent 9c778a24df
commit 15ed265d2d
23 changed files with 1263052 additions and 1319 deletions

View File

@@ -171,7 +171,7 @@ namespace NBF
var add = 0;//Random.Range(0, 5f) + index * 0.5f;
player.position = new Vector3(261.546f + add, 3, 422.366f);
player.position = new Vector3(325.04f + add, 11, 606.28f);
player.rotation = quaternion.identity;

View File

@@ -68,7 +68,7 @@ namespace NBF
private ParallelTaskCollection LoadBattleTask()
{
ParallelTaskCollection subTask1 = new();
subTask1.AddTask(new LoadSceneTask("Map1"));
subTask1.AddTask(new LoadSceneTask("Map4"));
return subTask1;
}

View File

@@ -140,8 +140,8 @@ namespace NBF
// UI.Inst.OpenUI<FishingShopPanel>();
LoadData();
UI.Inst.OpenUI<CommonTopPanel>();
UI.Inst.OpenUI<FishingPanel>();
// Fishing.Inst.Go(1);
// UI.Inst.OpenUI<FishingPanel>();
Fishing.Inst.Go(1);
// UI.Inst.OpenUI<SettingPanel>();
// UI.Inst.OpenUI<HomePanel>();
}