tombs/collision_boxes.lua

20 lines
419 B
Lua

colbox_0_0 ={ --Centered Rectangle
type = 'fixed',
fixed = {{-.375, -.5, -.125, .375, .4375, .125}}
}
colbox_0_1 ={ --Offset Rectangle
type = 'fixed',
fixed = {{-.375, -.5, .125, .375, .4375, .375}}
}
colbox_1_0 ={ --Centered Cross
type = 'fixed',
fixed = {{-.375, -.5, -.125, .375, .475, .125}}
}
colbox_1_1 ={ --Offset Cross
type = 'fixed',
fixed = {{-.375, -.5, .125, .375, .475, .375}}
}