* Add Rocket item, WIP rocket launcher

This commit is contained in:
iProgramInCpp
2023-12-31 14:57:42 +02:00
parent 8ec1462e41
commit de020470f4
34 changed files with 360 additions and 14 deletions

View File

@@ -549,6 +549,10 @@ void StartMenuScreen::render(int a, int b, float c)
if (!crampedMode)
drawSplash();
glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
m_pMinecraft->m_pTextures->loadAndBindTexture("terrain.png");
this->blit(0, 0, 0, 0, 256, 256, 256, 256);
Screen::render(a, b, c);
}