forked from mtcontrib/arrow_signs
Fix trailing whitespaces and tabs.
This commit is contained in:
parent
9b5250c1eb
commit
5f11ec9809
14
init.lua
14
init.lua
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user