summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 18:52:39 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 18:52:39 -0400
commit5e26aa5f91dafb16f62a43daa688a33b6216e0b6 (patch)
tree8d7b53dc3ca0f08494b81e68475de376b3573dd9 /init.lua
parenta7c3908b6134b01e1447568d20e6801a373f1af8 (diff)
downloadpipeworks-5e26aa5f91dafb16f62a43daa688a33b6216e0b6.tar
pipeworks-5e26aa5f91dafb16f62a43daa688a33b6216e0b6.tar.gz
pipeworks-5e26aa5f91dafb16f62a43daa688a33b6216e0b6.tar.bz2
pipeworks-5e26aa5f91dafb16f62a43daa688a33b6216e0b6.tar.xz
pipeworks-5e26aa5f91dafb16f62a43daa688a33b6216e0b6.zip
cache on/off button image refs and commonly-used label for same
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 7b0efd3..c87bfe2 100644
--- a/init.lua
+++ b/init.lua
@@ -41,6 +41,10 @@ pipeworks.mesecons_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z
pipeworks.liquid_texture = "default_water.png"
+pipeworks.button_off = {text="", texture="pipeworks_button_off.png", addopts="false;false;pipeworks_button_interm.png"}
+pipeworks.button_on = {text="", texture="pipeworks_button_on.png", addopts="false;false;pipeworks_button_interm.png"}
+pipeworks.button_label = "label[0.9,4.31;Allow splitting incoming stacks from tubes]"
+
-- Helper functions
function pipeworks.fix_image_names(table, replacement)