diff options
Diffstat (limited to 'lua/helpers.lua')
-rwxr-xr-x | lua/helpers.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/helpers.lua b/lua/helpers.lua index fa1087a..af5207c 100755 --- a/lua/helpers.lua +++ b/lua/helpers.lua @@ -204,3 +204,7 @@ function drawers.randomize_pos(pos) rndpos.z = rndpos.z + z return rndpos end + +function drawers.node_tiles_front_other(front, other) + return {other, other, other, other, other, front} +end |