修第三季度音乐名称打错

This commit is contained in:
MrZ_26
2024-08-01 21:47:25 +08:00
parent 7e2bd7b08d
commit 8208e7b132
2 changed files with 2 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ end
function THEME.set(theme,keepBGM)
if type(theme)=='string' and theme:sub(1,6)=='season' then
BG.setDefault(SETTING.defaultBG)
BGM.setDefault(({season1='null',season2='nil',season3='vaccum',season4='space'})[theme])
BGM.setDefault(({season1='null',season2='nil',season3='vacuum',season4='space'})[theme])
elseif not SETTING.noTheme then
if theme=='xmas' then
BG.setDefault('snow')

View File

@@ -3,6 +3,7 @@
0.17.18: 暂停 Break
修复:
第三季度主菜单音乐名称打错导致没有bgm和进音乐室报错
c4w普通的计分完全改为竞速 #1126
0.17.17: 暂停 Break