* 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

@@ -455,7 +455,8 @@ bool StartMenuScreen::isInGameScreen()
void StartMenuScreen::render(int a, int b, float c)
{
renderBackground();
//renderBackground();
renderMenuBackground(c);
Textures* tx = m_pMinecraft->m_pTextures;
@@ -521,6 +522,7 @@ void StartMenuScreen::render(int a, int b, float c)
void StartMenuScreen::tick()
{
Screen::tick();
_updateLicense();
}