freeware title music fix

This commit is contained in:
Issac332 2026-06-18 21:01:18 +03:00
parent 53b5f90f0a
commit 3104ae20d3
2 changed files with 78 additions and 79 deletions

View file

@ -126,8 +126,7 @@ class Scene_Title
# Play title BGM
if File.exist?("badend.lock")
#TODO: fix audio values
Audio.bgm_play("Audio/BGM/MyBurdenIsDead.ogg", bgm_volume, 100)
Audio.bgm_play("Audio/BGM/MyBurdenIsDead.ogg", Audio.bgm_volume, 100)
else
$game_system.bgm_play($data_system.title_bgm)
end