summaryrefslogtreecommitdiffhomepage
path: root/not/Trap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Trap.lua')
-rw-r--r--not/Trap.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/not/Trap.lua b/not/Trap.lua
index 47c3f09..2a328d6 100644
--- a/not/Trap.lua
+++ b/not/Trap.lua
@@ -8,9 +8,9 @@ function Trap:new (direction, x, y, world, imagePath)
local mirror = 1
if direction == "left" then mirror = -1 end
local fixture = self:addFixture({0, 0, 41 * mirror, 0, 41 * mirror, 18, 0, 18})
- fixture:setCategory(3)
- fixture:setMask(1)
- fixture:setUserData({0, direction})
+ fixture:setCategory(4)
+ fixture:setMask(1,3,4)
+ fixture:setUserData({direction})
fixture:setSensor(true)
self.mirror = mirror