大师l/u改为n/h(两个旧模式文件为看录像保留)

n难度新增500~1000,使用新bgm:secret8th remix
h难度降低时间门槛
This commit is contained in:
MrZ626
2021-07-23 17:03:29 +08:00
parent ac9fd5e618
commit 29a922e41f
14 changed files with 265 additions and 24 deletions

View File

@@ -19,7 +19,6 @@
-- setmetatable(_G,{__newindex=function(self,k,v)print('>>'..k)print(debug.traceback():match("\n.-\n\t(.-): "))rawset(self,k,v)end})
--Declaration
goto REM love=require"love"::REM::--Just tell IDE to load love-api, no actual usage
local fs=love.filesystem
TIME=love.timer.getTime
YIELD=coroutine.yield
@@ -306,6 +305,10 @@ do
RANKS.sprint_10l=0
needSave=true
end
if RANKS.master_l or RANKS.master_u then
RANKS.master_l,RANKS.master_u=0,0
needSave=true
end
if needSave then
FILE.save(SETTING,'conf/settings')