Skip to content

Commit

Permalink
修正exterior sprint中注释的测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Oct 31, 2024
1 parent fa06e09 commit 391d120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/game/mode/brik/exterior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return {
playBgm('race')
end,
settings={brik={
-- clearRule='float',
-- clearRule='line_float',
spin_immobile=true,
spin_corners=3,
seqType='bag7_sprint',
Expand Down Expand Up @@ -141,7 +141,7 @@ return {
end,
},
afterClear={
-- mechLib.brik.misc.cascade_event_afterClear,
-- mechLib.brik.misc.chain_event_afterClear,
function(P)
if P.stat.line>=P.modeData.target.line then
P.modeData.target.line=TABLE.next(recordedLines,P.modeData.target.line)
Expand Down

0 comments on commit 391d120

Please sign in to comment.