Fix trailing whitespaces and tabs.

This commit is contained in:
addi 2016-07-22 16:40:41 +02:00
parent 9b5250c1eb
commit 5f11ec9809
2 changed files with 25 additions and 25 deletions

View File

@ -142,7 +142,7 @@ arrow_signs.create_lines = function(text)
end
minetest.override_item("default:sign_wall", {
groups = {choppy=2,dig_immediate=2,attached_node=1,sign=1},
groups = {choppy=2,dig_immediate=2,attached_node=1,sign=1},
})
--Sign arrow
@ -158,12 +158,12 @@ minetest.register_node("arrow_signs:wall", {
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
}
},
selection_box = {
type = "fixed",
fixed = {
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
}
},
selection_box = {
type = "fixed",
fixed = {
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
}
},
tiles = {"arrow_sign_border_left.png","arrow_sign_border_right.png","arrow_sign_border_up.png","arrow_sign_border_down.png","arrow_sign.png","arrow_sign.png"},
inventory_image = "arrow_sign.png",
wield_image = "arrow_sign.png",

View File

@ -11,12 +11,12 @@ minetest.register_node("arrow_signs:shared_locked", {
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
}
},
selection_box = {
type = "fixed",
fixed = {
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
}
},
selection_box = {
type = "fixed",
fixed = {
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
}
},
tiles = {"arrow_sign_border_left.png","arrow_sign_border_right.png","arrow_sign_border_up.png","arrow_sign_border_down.png","arrow_sign.png","arrow_sign.png"},
inventory_image = "arrow_sign.png",
wield_image = "arrow_sign.png",