diff options
author | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
commit | 97f7b5745f8914178adbfce65bc339c366cb4a17 (patch) | |
tree | 345687ec5df1f47517e62098d6afd3b728c8728f /mesecons_button | |
parent | 24958e253b95da19fa47c0c6ba7990123ee7724a (diff) |
Remove trailing whitespace
Diffstat (limited to 'mesecons_button')
-rw-r--r-- | mesecons_button/init.lua | 4 |
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 |