mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Adjusted Exit Game title (#1277)
* Adjusted Exit Game title Replaced "Return to Xbox Dashboard" with "Exit Minecraft" on the exit game screen. * Fixed Blending on Intro Sequence Fixed Blocky, Crappy blending on the ESRB and Mojang Logos in the Intro Sequence.
This commit is contained in:
parent
9fde19eca0
commit
15ea3dc85c
7 changed files with 130 additions and 126 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -368,7 +368,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
|
|||
UINT uiIDA[2];
|
||||
uiIDA[0]=IDS_CANCEL;
|
||||
uiIDA[1]=IDS_OK;
|
||||
ui.RequestErrorMessage(IDS_WARNING_ARCADE_TITLE, IDS_WARNING_ARCADE_TEXT, uiIDA, 2, XUSER_INDEX_ANY,&UIScene_MainMenu::ExitGameReturned,this);
|
||||
ui.RequestErrorMessage(IDS_WINDOWS_EXIT, IDS_WARNING_ARCADE_TEXT, uiIDA, 2, XUSER_INDEX_ANY,&UIScene_MainMenu::ExitGameReturned,this);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue