spinren模式结束时显示的文本会根据是否到10行变化
This commit is contained in:
@@ -68,7 +68,11 @@ return {
|
|||||||
eventSet='sprintEff_40',
|
eventSet='sprintEff_40',
|
||||||
hook_drop=function(P)
|
hook_drop=function(P)
|
||||||
if P.lastPiece.row==0 then
|
if P.lastPiece.row==0 then
|
||||||
P:win('finish')
|
if P.stat.row<10 then
|
||||||
|
P:lose()
|
||||||
|
else
|
||||||
|
P:win('finish')
|
||||||
|
end
|
||||||
end
|
end
|
||||||
local up=MATH.clamp(22-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
|
local up=MATH.clamp(22-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
|
||||||
P:pushLineList(get_lines(up,P))
|
P:pushLineList(get_lines(up,P))
|
||||||
|
|||||||
Reference in New Issue
Block a user