collision_boxes.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. colbox_0_0 ={ --Centered Rectangle
  2. type = 'fixed',
  3. fixed = {{-.375, -.5, -.125, .375, .4375, .125}}
  4. }
  5. colbox_0_1 ={ --Offset Rectangle
  6. type = 'fixed',
  7. fixed = {{-.375, -.5, .125, .375, .4375, .375}}
  8. }
  9. colbox_1_0 ={ --Centered Cross
  10. type = 'fixed',
  11. fixed = {{-.3125, -.5, -.09375, .3125, .5, .09375}}
  12. }
  13. colbox_1_1 ={ --Offset Cross
  14. type = 'fixed',
  15. fixed = {{-.3125, -.5, .1875, .3125, .5, .375}}
  16. }
  17. colbox_3_0 ={ --Centered Short Slanted
  18. type = 'fixed',
  19. fixed = {{-.375, -.5, -.21875, .375, -.125, .21875}}
  20. }
  21. colbox_3_1 ={ --Offset Short Slanted
  22. type = 'fixed',
  23. fixed = {{-.375, -.5, -.0625, .375, -.125, .375}}
  24. }
  25. colbox_4_0 ={ --Centered Short
  26. type = 'fixed',
  27. fixed = {{-.375, -.5, -.21875, .375, -.25, .21875}}
  28. }
  29. colbox_4_1 ={ --Offset Short
  30. type = 'fixed',
  31. fixed = {{-.375, -.5, -.0625, .375, -.25, .375}}
  32. }
  33. colbox_5_0 ={ --Centered Fancy Cross
  34. type = 'fixed',
  35. fixed = {{-.3125, -.5, -.09375, .3125, .4375, .09375}}
  36. }
  37. colbox_5_1 ={ --Offset Fancy Cross
  38. type = 'fixed',
  39. fixed = {{-.3125, -.5, .1875, .3125, .4375, .375}}
  40. }
  41. colbox_6_0 ={ --Centered Staggered
  42. type = 'fixed',
  43. fixed = {{-.375, -.5, -.125, .375, .375, .125}}
  44. }
  45. colbox_6_1 ={ --Offset Staggered
  46. type = 'fixed',
  47. fixed = {{-.375, -.5, .125, .375, .375, .375}}
  48. }
  49. colbox_7_0 ={ --Centered Celtic Cross
  50. type = 'fixed',
  51. fixed = {{-.3125, -.5, -.0625, .3125, .4375, .0625}}
  52. }
  53. colbox_7_1 ={ --Offset Celtic Cross
  54. type = 'fixed',
  55. fixed = {{-.3125, -.5, .1875, .3125, .4375, .3125}}
  56. }
  57. colbox_8_0 ={ --Centered Obelisk
  58. type = 'fixed',
  59. fixed = {{-.3125, -.5, -.3125, .3125, .5, .3125}}
  60. }
  61. colbox_8_1 ={ --Offset Obelisk
  62. type = 'fixed',
  63. fixed = {{-.3125, -.5, -.25, .3125, .5, .375}}
  64. }
  65. colbox_9_0 ={ --Stacked
  66. type = 'fixed',
  67. fixed = {{-.3125, -.5, -.375, .375, .375, .375}}
  68. }
  69. colbox_11_0 ={ --Centered Sam
  70. type = 'fixed',
  71. fixed = {{-.3125, -.5, -.125, .3125, .4375, .125}}
  72. }
  73. colbox_11_1 ={ --Offset Sam
  74. type = 'fixed',
  75. fixed = {{-.3125, -.5, .125, .3125, .4375, .375}}
  76. }
  77. colbox_12_0 ={ --Centered Star
  78. type = 'fixed',
  79. fixed = {{-.375, -.5, -.125, .375, .375, .125}}
  80. }
  81. colbox_12_1 ={ --Offset Star
  82. type = 'fixed',
  83. fixed = {{-.375, -.5, .125, .375, .375, .375}}
  84. }
  85. colbox_14_0 ={ --Centered Octothorp
  86. type = 'fixed',
  87. fixed = {{-.4375, -.5, -.0625, .4375, .375, .0625}}
  88. }
  89. colbox_14_1 ={ --Offset Octothorp
  90. type = 'fixed',
  91. fixed = {{-.4375, -.5, .25, .4375, .375, .375}}
  92. }