decreased vol

This commit is contained in:
h4570
2020-12-06 21:20:24 +01:00
parent d15cdecd97
commit fbbb41580c
+1 -1
View File
@@ -43,7 +43,7 @@ void Floors::onInit()
texRepo = engine->renderer->getTextureRepository();
enemy = new Enemy(texRepo);
ui = new Ui(texRepo);
engine->audio.setSongVolume(80);
engine->audio.setSongVolume(20);
texRepo->addByMesh("warrior/", player.mesh, BMP);
texRepo->addByMesh("floor/", floorManager.floors[0].mesh, BMP);