From 97f7b5745f8914178adbfce65bc339c366cb4a17 Mon Sep 17 00:00:00 2001 From: Jeija Date: Sun, 4 Oct 2015 13:30:34 +0200 Subject: Remove trailing whitespace --- mesecons_button/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_button') 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 -- cgit v1.2.3