summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 19:16:21 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-11 19:16:21 -0400
commit15fe8e068f8e01d84215cf79db8380fdfe22a32d (patch)
tree8a095b5d7f3f4e841b5430cd60d5ce945611b836
parent5e26aa5f91dafb16f62a43daa688a33b6216e0b6 (diff)
downloadpipeworks-15fe8e068f8e01d84215cf79db8380fdfe22a32d.tar
pipeworks-15fe8e068f8e01d84215cf79db8380fdfe22a32d.tar.gz
pipeworks-15fe8e068f8e01d84215cf79db8380fdfe22a32d.tar.bz2
pipeworks-15fe8e068f8e01d84215cf79db8380fdfe22a32d.tar.xz
pipeworks-15fe8e068f8e01d84215cf79db8380fdfe22a32d.zip
cache button "base" field since it's also standard
-rw-r--r--init.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index c87bfe2..ab5cf3c 100644
--- a/init.lua
+++ b/init.lua
@@ -41,8 +41,9 @@ 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_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_base = "image_button[0,4.3;1,0.6"
pipeworks.button_label = "label[0.9,4.31;Allow splitting incoming stacks from tubes]"
-- Helper functions