重制主菜单bgm,更换marathon-bfmax的bgm

This commit is contained in:
MrZ626
2021-05-24 03:17:41 +08:00
parent 3100f31a62
commit 57868b700b
3 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ end
function THEME.set(theme) function THEME.set(theme)
if theme=='classic'then if theme=='classic'then
BG.setDefault('space') BG.setDefault('space')
BGM.setDefault("blank") BGM.setDefault("space")
elseif theme=='xmas'then elseif theme=='xmas'then
BG.setDefault('snow') BG.setDefault('snow')
BGM.setDefault('xmas') BGM.setDefault('xmas')

BIN
media/BGM/space.ogg Normal file

Binary file not shown.

View File

@@ -28,7 +28,7 @@ return{
end end
end, end,
mindas=7,minarr=1,minsdarr=1, mindas=7,minarr=1,minsdarr=1,
bg='bg2',bgm='sugar fairy', bg='bg2',bgm='blank',
}, },
pauseLimit=true, pauseLimit=true,
slowMark=true, slowMark=true,