* Add optional 3d panorama background

This commit is contained in:
iProgramInCpp
2023-08-11 00:13:06 +03:00
parent 27a0057886
commit d1de430d14
11 changed files with 172 additions and 7 deletions

View File

@@ -140,7 +140,10 @@ void OptionsScreen::init()
void OptionsScreen::render(int a, int b, float c)
{
renderBackground();
if (!m_pMinecraft->isLevelGenerated())
renderMenuBackground(c);
fillGradient(0, 0, m_width, m_height, 0xC0101010, 0xD0101010);
if (m_pMinecraft->m_pPlatform->getUserInputStatus() >= 0)
{