freeware title music fix
This commit is contained in:
parent
53b5f90f0a
commit
3104ae20d3
|
|
@ -126,8 +126,7 @@ class Scene_Title
|
||||||
|
|
||||||
# Play title BGM
|
# Play title BGM
|
||||||
if File.exist?("badend.lock")
|
if File.exist?("badend.lock")
|
||||||
#TODO: fix audio values
|
Audio.bgm_play("Audio/BGM/MyBurdenIsDead.ogg", Audio.bgm_volume, 100)
|
||||||
Audio.bgm_play("Audio/BGM/MyBurdenIsDead.ogg", bgm_volume, 100)
|
|
||||||
else
|
else
|
||||||
$game_system.bgm_play($data_system.title_bgm)
|
$game_system.bgm_play($data_system.title_bgm)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue