This commit is contained in:
MrZ_26
2020-03-13 01:31:28 +08:00
parent 57857ceb67
commit 15df07ae3f
118 changed files with 2162 additions and 1898 deletions

View File

@@ -19,7 +19,7 @@ return{
color=color.green,
env={
drop=60,lock=60,
target=40,dropPiece=Event.reach_winCheck,
target=40,dropPiece=player.reach_winCheck,
bg="strap",bgm="race",
},
load=function()
@@ -30,7 +30,7 @@ return{
setFont(55)
local r=40-P.stat.row
if r<0 then r=0 end
mStr(r,-82,265)
mStr(r,-81,265)
if r<21 and r>0 then
gc.setLineWidth(4)
gc.setColor(1,r>10 and 0 or rnd(),.5)