Skip to content

Commit

Permalink
修第四阶段主菜单bgm问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jun 23, 2024
1 parent 2a88380 commit 28d8437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/progress.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function PROGRESS.applyExteriorBGM()
if prgs.main==3 then
playBgm('vacuum')
else
if love.timer.getTime()>3.55 then
if love.timer.getTime()>3.55 and getBgm()~='singularity' then
playBgm('singularity')
FMOD.music.seek(5.25)
end
Expand Down

0 comments on commit 28d8437

Please sign in to comment.