3:<
This commit is contained in:
parent
6c12e60a7e
commit
710e7eb42a
|
|
@ -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