新首页
This commit is contained in:
parent
ad8c4c8674
commit
adc9613592
@ -377,7 +377,8 @@
|
|||||||
"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?": "你确定要删除这条线路吗?",
|
||||||
|
"BATTLE": "对战"
|
||||||
},
|
},
|
||||||
"en": {
|
"en": {
|
||||||
"HOT ROUTES": "HOT ROUTES",
|
"HOT ROUTES": "HOT ROUTES",
|
||||||
@ -750,6 +751,7 @@
|
|||||||
"CANCEL": "CANCEL",
|
"CANCEL": "CANCEL",
|
||||||
"Are you sure you want to delete the account?": "Are you sure you want to delete the account?",
|
"Are you sure you want to delete the account?": "Are you sure you want to delete the account?",
|
||||||
"Delete Your Route": "Delete Your Route",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -832,11 +832,11 @@ public class UIManager : MonoBehaviour
|
|||||||
|
|
||||||
public static void ShowHomePanel()
|
public static void ShowHomePanel()
|
||||||
{
|
{
|
||||||
//#if !(UNITY_ANDROID || UNITY_IOS)
|
|
||||||
// ShowNewHomePanel();
|
|
||||||
// return;
|
|
||||||
//#endif
|
|
||||||
stack.Clear();
|
stack.Clear();
|
||||||
|
#if !(UNITY_ANDROID || UNITY_IOS)
|
||||||
|
ShowNewHomePanel();
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
UIManager.Instance.MainPanel.GetComponent<Image>().sprite =
|
UIManager.Instance.MainPanel.GetComponent<Image>().sprite =
|
||||||
Resources.Load<Sprite>("Images/main-bg");
|
Resources.Load<Sprite>("Images/main-bg");
|
||||||
UIManager.Show(UIManager.Instance.HomePanel, UIManager.Instance.MainPanel);
|
UIManager.Show(UIManager.Instance.HomePanel, UIManager.Instance.MainPanel);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user