add player_name text3d preset

This commit is contained in:
MihailRis
2024-11-23 08:00:35 +03:00
parent 65e5063326
commit e1579f0c25
4 changed files with 32 additions and 19 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, assets
*engine, *controller, *worldRenderer, assets
);
keepAlive(settings.graphics.backlight.observe([=](bool) {