Decrease volume in emscripten builds

This commit is contained in:
tovjemam 2026-02-21 21:18:57 +01:00
parent af64e4cc5e
commit 0e7e80ee79

View File

@ -14,7 +14,7 @@ App::App()
#ifndef EMSCRIPTEN #ifndef EMSCRIPTEN
audiomaster_.SetMasterVolume(0.2f); audiomaster_.SetMasterVolume(0.2f);
#else #else
audiomaster_.SetMasterVolume(2.0f); audiomaster_.SetMasterVolume(0.8f);
#endif #endif
font_ = assets::CacheManager::GetFont("data/comic32.font"); font_ = assets::CacheManager::GetFont("data/comic32.font");