大师l/u改为n/h(两个旧模式文件为看录像保留)
n难度新增500~1000,使用新bgm:secret8th remix h难度降低时间门槛
This commit is contained in:
5
main.lua
5
main.lua
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user