移除节奏模式,准备之后添加音游模式

This commit is contained in:
MrZ626
2021-11-11 18:59:04 +08:00
parent e2b4a78b59
commit a4357d0843
18 changed files with 12 additions and 269 deletions

View File

@@ -466,6 +466,14 @@ do
fs.remove('record/stack_40l.rec')
fs.remove('record/stack_100l.rec')
end
if RANKS.rhythm_e then
RANKS.rhythm_e=nil
RANKS.rhythm_h=nil
RANKS.rhythm_u=nil
fs.remove('record/rhythm_e.rec')
fs.remove('record/rhythm_h.rec')
fs.remove('record/rhythm_u.rec')
end
if STAT.version~=VERSION.code then
for k,v in next,MODE_UPDATE_MAP do
if RANKS[k]then