再修正master_g的一些细节

This commit is contained in:
MrZ_26
2022-01-19 20:02:30 +08:00
parent 5e9dcc27aa
commit f2ff238de5

View File

@@ -112,12 +112,12 @@ return{
das=16,arr=1, das=16,arr=1,
minsdarr=1, minsdarr=1,
ihs=true,irs=true,ims=false, ihs=true,irs=true,ims=false,
RS='SRS', RS='SRS_plus',
mesDisp=function(P) mesDisp=function(P)
gc.setColor(1,1,1,1) gc.setColor(1,1,1,1)
setFont(45) setFont(45)
mText(TEXTOBJ.grade,63,180) mText(TEXTOBJ.grade,63,180)
setFont(62) setFont(60)
mStr(getGrade(),63,110) mStr(getGrade(),63,110)
if isInRoll then if isInRoll then
setFont(20) setFont(20)
@@ -258,23 +258,22 @@ return{
if regretDelay==-1 then P:_showText("REGRET!!",0,-120,80,'beat',.8) end if regretDelay==-1 then P:_showText("REGRET!!",0,-120,80,'beat',.8) end
end end
if isInRollTrans then if isInRollTrans then
if P.waiting==220 then if P.waiting>=220 then
--Make field invisible --Make field invisible
for j=1,#P.field do for i=1,10 do for y=1,#P.field do for x=1,10 do
P.visTime[j][i]=P.visTime[j][i]-0.001 P.visTime[y][x]=P.waiting-220
end end end end
elseif P.waiting==190 then elseif P.waiting==190 then
for _=#P.field,1,-1 do TABLE.cut(P.field)
P.field[_],P.visTime[_]=nil TABLE.cut(P.visTime)
end
elseif P.waiting==180 then elseif P.waiting==180 then
playReadySFX(3,3) playReadySFX(3,3)
elseif P.waiting==120 then elseif P.waiting==120 then
playReadySFX(2,2) playReadySFX(2,1)
elseif P.waiting==60 then elseif P.waiting==60 then
playReadySFX(1,1) playReadySFX(1,1)
elseif P.waiting==1 then elseif P.waiting==1 then
playReadySFX(0,0) playReadySFX(0,1)
isInRollTrans=false isInRollTrans=false
isInRoll=true isInRoll=true
BGM.play('hope') BGM.play('hope')