new-subgame/mods/common/colbox.lua

13 lines
235 B
Lua

common.colbox_stair = {
type = 'fixed',
fixed = {
{-.5, -.5, -.5, .5, 0, .5},
{-.5, 0, 0, .5, .5, .5},
}}
common.colbox_1_5_slab = {
type = 'fixed',
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.3, 0.5},
}}