Skip to content

Commit

Permalink
删除interior模式的窒息延迟
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 19, 2023
1 parent 1adb24a commit 6ee0111
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/dig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return {
clearMovement='teleBack',
particles=false,
shakeness=0,
deathDelay=0,
soundEvent={countDown=mechLib.mino.misc.interior_soundEvent_countDown},
event={
playerInit=mechLib.mino.dig.practice_event_playerInit[12],
Expand Down
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/marathon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ return {
particles=false,
spawnDelay=130,
clearDelay=300,
deathDelay=0,
soundEvent={countDown=mechLib.mino.misc.interior_soundEvent_countDown},
event={
playerInit=function(P)
Expand Down
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return {
clearMovement='teleBack',
particles=false,
shakeness=0,
deathDelay=0,
soundEvent={countDown=mechLib.mino.misc.interior_soundEvent_countDown},
event={
afterClear={
Expand Down
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return {
dropDelay=1e99,
lockDelay=1e99,
readyDelay=1000,
deathDelay=0,
event={
afterLock=mechLib.mino.misc.invincible_event_afterLock,
},
Expand Down
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/train.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return {
readyDelay=0,
dropDelay=1e99,
lockDelay=1e99,
deathDelay=0,
infHold=true,
-- spawnDelay=26,
soundEvent={countDown=mechLib.mino.misc.interior_soundEvent_countDown},
Expand Down
2 changes: 1 addition & 1 deletion assets/game/mode/mino/interior/tutorial/1.basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ return {
spawnDelay=260,
dropDelay=1e99,
lockDelay=1e99,
deathDelay=0,
nextSlot=0,
holdSlot=0,
deathDelay=0,
seqType='none',
soundEvent={countDown=NULL},
event={
Expand Down
2 changes: 1 addition & 1 deletion assets/game/mode/mino/interior/tutorial/2.sequence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ return {
spawnDelay=260,
dropDelay=1e99,
lockDelay=1e99,
deathDelay=0,
nextSlot=0,
holdSlot=0,
deathDelay=0,
seqType='none',
soundEvent={countDown=NULL},
event={
Expand Down
1 change: 1 addition & 0 deletions assets/game/mode/mino/interior/tutorial/4.stackBasic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ return {
spawnDelay=62,
dropDelay=1e99,
lockDelay=1e99,
deathDelay=0,
nextSlot=3,
holdSlot=0,
seqType='none',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ return {
spawnDelay=62,
dropDelay=1e99,
lockDelay=1e99,
deathDelay=0,
nextSlot=3,
holdSlot=0,
seqType='none',
Expand Down

0 comments on commit 6ee0111

Please sign in to comment.