mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
freeware title music fix
This commit is contained in:
parent
53b5f90f0a
commit
3104ae20d3
2 changed files with 78 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue