mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-09 17:28:09 +00:00
Add Menu Background and Logo component to Pause Menu.
This commit is contained in:
@@ -52,7 +52,9 @@ UIScene_PauseMenu::UIScene_PauseMenu(int iPad, void *initData, UILayer *parentLa
|
||||
|
||||
ui.HidePressStart();
|
||||
|
||||
// parentLayer->addComponent(iPad,eUIComponent_Logo);
|
||||
m_parentLayer->showComponent(m_iPad, eUIComponent_Panorama, false);
|
||||
m_parentLayer->showComponent(m_iPad, eUIComponent_MenuBackground, true);
|
||||
m_parentLayer->showComponent(m_iPad, eUIComponent_Logo, true);
|
||||
|
||||
if (g_NetworkManager.IsLocalGame() && g_NetworkManager.GetPlayerCount() == 1)
|
||||
app.SetXuiServerAction(ProfileManager.GetPrimaryPad(), eXuiServerAction_PauseServer, (void*)TRUE);
|
||||
|
||||
Reference in New Issue
Block a user