Skip to content

Commit

Permalink
删测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Apr 21, 2024
1 parent 5638ee4 commit bbfacae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/game/mode/mino/exterior/sprint_40.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ return {
end,
settings={mino={
seqType='bag7_sprint',
-- clearRule='line_float',
event={
playerInit=function(P)
P.modeData.stat.lineTarget=40
P.modeData.keyCount={}
P.modeData.curKeyCount=0
-- mechLib.mino.squeeze.turnOn_auto(P,4)
-- P:setAction('func1',function(P) mechLib.mino.stack.turnOn_auto(P,true,60e3) end)
end,
beforePress=function(P)
P.modeData.curKeyCount=P.modeData.curKeyCount+1
Expand Down

0 comments on commit bbfacae

Please sign in to comment.