This commit is contained in:
MrZ_26
2020-02-22 00:47:35 +08:00
parent 527352ce15
commit 57857ceb67
49 changed files with 909 additions and 856 deletions

View File

@@ -11,7 +11,7 @@ local function score(P)
end
P.modeData.point=P.modeData.point+s
if P.modeData.point%100==99 then
SFX("blip_1")
SFX.play("blip_1")
elseif P.modeData.point>=100*(P.modeData.event+1)then
local s=P.modeData.event+1;P.modeData.event=s--level up!
local E=P.gameEnv
@@ -32,7 +32,7 @@ local function score(P)
else
P:showText(text.stage(s),0,-120,80,"fly")
end
SFX("reach")
SFX.play("reach")
end
end
@@ -48,9 +48,9 @@ return{
"LUNATIC",
},
info={
"初心20G",
"初心20G",
"Beginner 20G",
"20G:初心者适用",
"20G:初心者适用",
"20G:Proper to beginner",
},
color=color.red,
env={
@@ -79,9 +79,9 @@ return{
return a[1]>b[1]or(a[1]==b[1]and(a[2]<b[2]or a[2]==b[2]and a[3]<b[3]))
end,
getRank=function(P)
local L=P.stat.clear_4
local S=P.modeData.point
if S==500 then
local L=P.stat.clear_4
return
L>=30 and 5 or
L>=25 and 4 or