dark overlay is an ui element now

This commit is contained in:
MihailRis
2024-01-26 15:50:50 +03:00
parent 51ffb93230
commit c6a2fc90a8
8 changed files with 25 additions and 24 deletions
-1
View File
@@ -154,7 +154,6 @@ void LevelScreen::draw(float delta) {
worldRenderer->draw(ctx, camera.get(), hudVisible);
hud->drawOverlay(ctx);
if (hudVisible) {
hud->draw(ctx);
if (level->player->debug) {