新首页

This commit is contained in:
lishuo 2022-07-20 16:42:15 +08:00
parent ad8c4c8674
commit adc9613592
2 changed files with 8 additions and 6 deletions

View File

@ -377,7 +377,8 @@
"CANCEL": "取消",
"Are you sure you want to delete the account?": "是否确认注销账号?",
"Delete Your Route": "删除您的线路",
"Are you sure you want to delete this route?": "你确定要删除这条线路吗?"
"Are you sure you want to delete this route?": "你确定要删除这条线路吗?",
"BATTLE": "对战"
},
"en": {
"HOT ROUTES": "HOT ROUTES",
@ -750,6 +751,7 @@
"CANCEL": "CANCEL",
"Are you sure you want to delete the account?": "Are you sure you want to delete the account?",
"Delete Your Route": "Delete Your Route",
"Are you sure you want to delete this route?": "Are you sure you want to delete this route?"
"Are you sure you want to delete this route?": "Are you sure you want to delete this route?",
"BATTLE": "BATTLE"
}
}

View File

@ -832,11 +832,11 @@ public class UIManager : MonoBehaviour
public static void ShowHomePanel()
{
//#if !(UNITY_ANDROID || UNITY_IOS)
// ShowNewHomePanel();
// return;
//#endif
stack.Clear();
#if !(UNITY_ANDROID || UNITY_IOS)
ShowNewHomePanel();
return;
#endif
UIManager.Instance.MainPanel.GetComponent<Image>().sprite =
Resources.Load<Sprite>("Images/main-bg");
UIManager.Show(UIManager.Instance.HomePanel, UIManager.Instance.MainPanel);