整理代码

This commit is contained in:
MrZ626
2020-09-11 22:07:17 +08:00
parent f1ce68b677
commit e57f99364f
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ local gc=love.graphics
local int=math.floor
local function score(P)
local MD=P.modeData
local c=#P.clearedRow
if c==0 and MD.point%100==99 then return end
local s=c<3 and c+1 or c==3 and 5 or 7