|
|
@@ -118,7 +118,7 @@ public class LaunchLoadMgr
|
|
|
{
|
|
|
|
|
|
DownloadMgr.Instance.CheckVersion();
|
|
|
- SetLoadDes("檢查更新");
|
|
|
+ SetLoadDes("Check for updates");
|
|
|
SetLoadPrecent(0);
|
|
|
int pre = 0;
|
|
|
yield return new WaitUntil(() =>
|
|
|
@@ -142,7 +142,7 @@ public class LaunchLoadMgr
|
|
|
|
|
|
if (DownloadMgr.Instance.CheckNeedDownload())
|
|
|
{
|
|
|
- SetLoadDes("資源更新");
|
|
|
+ SetLoadDes("Resource updates");
|
|
|
SetLoadPrecent(0);
|
|
|
yield return new WaitUntil(() =>
|
|
|
{
|
|
|
@@ -154,7 +154,7 @@ public class LaunchLoadMgr
|
|
|
if (DownloadMgr.Instance.DowmloadError)
|
|
|
{
|
|
|
isFinish = false;
|
|
|
- SetLoadDes("資源更新失敗,請重新啟動遊戲下載資源");
|
|
|
+ SetLoadDes("Updates Error !!!");
|
|
|
}
|
|
|
else
|
|
|
{
|