Delete world feature

This commit is contained in:
MihailRis
2024-01-18 04:06:27 +03:00
parent 01344a9d1d
commit 9119caca65
11 changed files with 112 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,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),