summaryrefslogtreecommitdiff
path: root/mesecons_button
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2015-10-04 13:30:34 +0200
committerJeija <norrepli@gmail.com>2015-10-04 13:30:34 +0200
commit97f7b5745f8914178adbfce65bc339c366cb4a17 (patch)
tree345687ec5df1f47517e62098d6afd3b728c8728f /mesecons_button
parent24958e253b95da19fa47c0c6ba7990123ee7724a (diff)
downloadmesecons-97f7b5745f8914178adbfce65bc339c366cb4a17.tar
mesecons-97f7b5745f8914178adbfce65bc339c366cb4a17.tar.gz
mesecons-97f7b5745f8914178adbfce65bc339c366cb4a17.tar.bz2
mesecons-97f7b5745f8914178adbfce65bc339c366cb4a17.tar.xz
mesecons-97f7b5745f8914178adbfce65bc339c366cb4a17.zip
Remove trailing whitespace
Diffstat (limited to 'mesecons_button')
-rw-r--r--mesecons_button/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesecons_button/init.lua b/mesecons_button/init.lua
index a61e5e3..f287d52 100644
--- a/mesecons_button/init.lua
+++ b/mesecons_button/init.lua
@@ -15,7 +15,7 @@ end
minetest.register_node("mesecons_button:button_off", {
drawtype = "nodebox",
tiles = {
- "jeija_wall_button_sides.png",
+ "jeija_wall_button_sides.png",
"jeija_wall_button_sides.png",
"jeija_wall_button_sides.png",
"jeija_wall_button_sides.png",
@@ -32,7 +32,7 @@ minetest.register_node("mesecons_button:button_off", {
fixed = { -6/16, -6/16, 5/16, 6/16, 6/16, 8/16 }
},
node_box = {
- type = "fixed",
+ type = "fixed",
fixed = {
{ -6/16, -6/16, 6/16, 6/16, 6/16, 8/16 }, -- the thin plate behind the button
{ -4/16, -2/16, 4/16, 4/16, 2/16, 6/16 } -- the button itself