forked from mtcontrib/arrow_signs
fixed selection box
This commit is contained in:
parent
03579c3912
commit
e403d916d2
5
init.lua
5
init.lua
|
@ -152,10 +152,7 @@ minetest.register_node("arrow_signs:wall", {
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47},
|
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
|
||||||
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47},
|
|
||||||
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47},
|
|
||||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 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"},
|
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"},
|
||||||
|
|
|
@ -14,10 +14,7 @@ minetest.register_node("arrow_signs:shared_locked", {
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47},
|
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47}
|
||||||
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47},
|
|
||||||
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47},
|
|
||||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 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"},
|
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"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user