This commit is contained in:
@clasher113
2024-01-21 15:42:38 +02:00
51 changed files with 1336 additions and 249 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ void MenuScreen::draw(float delta) {
uint height = Window::height;
batch->begin();
batch->texture(engine->getAssets()->getTexture("menubg"));
batch->texture(engine->getAssets()->getTexture("gui/menubg"));
batch->rect(0, 0,
width, height, 0, 0, 0,
UVRegion(0, 0, width/64, height/64),