* Options: Allow old title logo to be shown.

This commit is contained in:
iProgramInCpp
2023-12-26 22:10:15 +02:00
parent aabfeeca71
commit 2c84d2730c
4 changed files with 10 additions and 2 deletions

View File

@@ -537,8 +537,10 @@ void StartMenuScreen::render(int a, int b, float c)
titleYPos = 4;
}
//drawLegacyTitle()
draw3dTitle(c);
if (m_pMinecraft->getOptions()->m_bOldTitleLogo)
drawLegacyTitle();
else
draw3dTitle(c);
drawString(m_pFont, field_170, field_188, 58 + titleYPos, 0xFFCCCCCC);
drawString(m_pFont, field_154, field_16C, m_height - 10, 0x00FFFFFF);