Merge remote-tracking branch 'upstream/main' into mod-patch

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-05 13:25:10 +07:00
12 changed files with 37 additions and 6 deletions

View File

@@ -14,12 +14,7 @@ local function _toggleMod(M,back)
else
GAME.mod[number]=1-GAME.mod[number]
end
-- Unranked
SFX.play('touch',.6)
SFX.play('lock')
-- Still ranked
-- SFX.play('touch')
-- SFX.play('lock',.6)
SFX.play(GAME.mod[number]>0 and 'mod_on' or 'mod_off')
scene.widgetList.unranked.hide=scoreValid()
end