Skip to content

Commit

Permalink
Closes #8. switch_toggle_rev.wav should have been switch_toggle_r.wav.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mankarse committed Dec 13, 2015
1 parent b18ea0e commit 4ad3ca8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion data/levels/AssertTrigger.lvl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ triggerSystem =
default = {15 * 3200, 15 * 3200, 0, 0}
},
},
arrivalLocationsSize = 3,
arrivalLocationsSize = 1,
}
2 changes: 1 addition & 1 deletion data/levels/AssertTrigger.lvl/triggerSystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local tempStore =
height = 2 * 3200,
collisionOverlap = 50,
timeDirection = 'forwards',
destinationIndex = 2,
destinationIndex = 1,
xDestination = 0,
yDestination = 0,
relativeTime = false,
Expand Down

0 comments on commit 4ad3ca8

Please sign in to comment.