优化关卡评级显示相关代码

This commit is contained in:
MrZ626
2020-10-27 17:57:39 +08:00
parent bb81429130
commit 61a67a7b7c
5 changed files with 35 additions and 15 deletions

View File

@@ -2563,7 +2563,7 @@ local function gameOver()--Save record
needSave=true
end
if R>0 then
GAME.rank=text.ranks[R]
GAME.rank=R
if M.unlock then
for i=1,#M.unlock do
local m=M.unlock[i]