修改浙江绍兴嵊州场景

This commit is contained in:
ZYT
2025-08-01 17:17:57 +08:00
parent 899dac20c5
commit de19c4e663
25 changed files with 390 additions and 419 deletions

View File

@@ -78,7 +78,7 @@ namespace Valheim
// 鉴权
GameManager.Ins.RequestAuth((req, response) =>
{
RequestAuthCount++;
RequestAuthCount++;
if (response == null)
{
Debug.Log("鉴权失败1");
@@ -102,8 +102,8 @@ namespace Valheim
PanelState.StateChangeBgm(1);
return;
}
if ( info.code==200)
if (info.code == 200)
{
Debug.Log("鉴权成功");
_isAuth = true;
@@ -112,7 +112,7 @@ namespace Valheim
else if (MRNetworkManager.Ins.mode == NetworkManagerMode.ClientOnly)
{
WorldUIManager.Ins.Back();
}
}
});
}, 1);
}
@@ -124,6 +124,7 @@ namespace Valheim
progressText.text = "0%";
_progress = 0;
_isAuth = false;
//_isAuth = true;//修改为本地游戏
float curWaitTime = 0;
while (_progress<=90)
{