Merge commit '54758fd705c2ba485e8aed1c4006c112ad95f82d'

This commit is contained in:
MrZ_26
2023-10-06 02:23:26 +08:00
26 changed files with 79 additions and 32 deletions

View File

@@ -261,7 +261,7 @@ return {
elseif s==5 then
if P.stat.frame>420*60 then
D.pt=500
P:win('finish')
P:torikanEnd(420)
return
else
BG.set('glow')

View File

@@ -40,7 +40,7 @@ return {
elseif s==5 then
if P.stat.frame>183*60 then
D.pt=500
P:win('finish')
P:torikanEnd(183)
return
else
E.bone=true

View File

@@ -38,9 +38,9 @@ return {
elseif s==4 then
BG.set('rainbow2')
elseif s==5 then
if P.stat.frame>260*60 then
if P.stat.time>260 then
D.pt=500
P:win('finish')
P:torikanEnd(260)
return
else
P.gameEnv.freshLimit=10