场景名改掉
This commit is contained in:
parent
60bf5bd59d
commit
d4339968f6
@ -256,7 +256,7 @@ public class EditUserController : PFUIPanel
|
||||
{
|
||||
UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () =>
|
||||
{
|
||||
SceneManager.LoadScene("1-Login");
|
||||
SceneManager.LoadScene("Login");
|
||||
UIManager.CloseConfirm();
|
||||
},2);
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ public class UserInfoController : PFUIPanel
|
||||
{
|
||||
UIManager.ShowConfirm("Logout", "Do you want to log out and change accounts?", () =>
|
||||
{
|
||||
SceneManager.LoadScene("1-Login");
|
||||
SceneManager.LoadScene("Login");
|
||||
UIManager.CloseConfirm();
|
||||
},2);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user