new-subgame/mods/common/colbox.lua

13 lines
272 B
Lua
Raw Normal View History

2019-05-03 07:07:21 -07:00
common.colbox_stair = { --Stairs nodebox
2017-05-14 18:00:15 -07:00
type = 'fixed',
fixed = {
{-.5, -.5, -.5, .5, 0, .5},
{-.5, 0, 0, .5, .5, .5},
}}
2019-05-03 07:07:21 -07:00
common.colbox_1_5_slab = { --1/5th height slab
2017-05-14 18:00:15 -07:00
type = 'fixed',
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.3, 0.5},
}}