summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2017-01-11 02:23:09 -0600
committercheapie <no-email-for-you@example.com>2017-01-11 02:23:09 -0600
commit8451ca1bdb3b759fcc1c098929dc2e92f227f363 (patch)
tree9206dceaff5f381d673e93144c4c21577dcd70a5
parentb58366d6ff2f01534fecb6e02b91ff1d391b1caa (diff)
downloadltc4000e-8451ca1bdb3b759fcc1c098929dc2e92f227f363.tar
ltc4000e-8451ca1bdb3b759fcc1c098929dc2e92f227f363.tar.gz
ltc4000e-8451ca1bdb3b759fcc1c098929dc2e92f227f363.tar.bz2
ltc4000e-8451ca1bdb3b759fcc1c098929dc2e92f227f363.tar.xz
ltc4000e-8451ca1bdb3b759fcc1c098929dc2e92f227f363.zip
Formspec cosmetic enhancements
-rw-r--r--init.lua2
-rw-r--r--textures/ltc4000e_formspec_bg.pngbin1735 -> 2734 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d6677b5..76e9ad4 100644
--- a/init.lua
+++ b/init.lua
@@ -150,7 +150,7 @@ end
local function update_ts_formspec(pos,data)
local meta = minetest.get_meta(pos)
- local fs = "size[10,8]"..
+ local fs = "size[12,8]"..
"background[0,0;0,0;ltc4000e_formspec_bg.png;true]"
for _,field in pairs(data) do
if field.type == "image" then
diff --git a/textures/ltc4000e_formspec_bg.png b/textures/ltc4000e_formspec_bg.png
index 87c54f2..e835d4f 100644
--- a/textures/ltc4000e_formspec_bg.png
+++ b/textures/ltc4000e_formspec_bg.png
Binary files differ