Skip to content

Commit

Permalink
修第三季度音乐名称打错
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Aug 1, 2024
1 parent 7e2bd7b commit 8208e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parts/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions updateLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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

0.17.17: 暂停 Break
Expand Down

0 comments on commit 8208e7b

Please sign in to comment.