add player names display

This commit is contained in:
MihailRis
2024-11-23 07:41:44 +03:00
parent acc4d2540d
commit 65e5063326
10 changed files with 80 additions and 16 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ LevelScreen::LevelScreen(Engine* engine, std::unique_ptr<Level> levelPtr)
hud = std::make_unique<Hud>(engine, *frontend, controller->getPlayer());
decorator = std::make_unique<Decorator>(
*controller, *worldRenderer->particles, assets
*controller, *worldRenderer, assets
);
keepAlive(settings.graphics.backlight.observe([=](bool) {