结算界面显示关卡评级

This commit is contained in:
MrZ626
2020-10-27 13:37:33 +08:00
parent 5559f47510
commit bb81429130
5 changed files with 14 additions and 11 deletions

View File

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