summaryrefslogtreecommitdiff
path: root/lua/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/helpers.lua')
-rwxr-xr-xlua/helpers.lua4
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