Skip to content

Commit

Permalink
马拉松临时添加功能键1开启stack
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Oct 14, 2023
1 parent 9e00af2 commit 2f162e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/game/mode/mino/exterior/marathon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ return {
spawnDelay=130,
clearDelay=300,
event={
playerInit=mechLib.mino.marathon.event_playerInit_auto,
playerInit={
mechLib.mino.marathon.event_playerInit_auto,
"P:setAction('func1',mechLib.mino.stack.switch_auto)",
},
afterClear=mechLib.mino.progress.marathon_afterClear,
gameOver=mechLib.mino.progress.marathon_gameOver,
},
Expand Down

0 comments on commit 2f162e2

Please sign in to comment.