update street signs again

This commit is contained in:
Vanessa Dannenberg 2018-09-27 07:54:24 -04:00
parent 5c89ec5ebe
commit 73dcbb68cd

View File

@ -1002,6 +1002,18 @@ for _, m in ipairs({"", "_onpole"}) do
-- below this point are image-only signs (i.e. no user-input)
if m ~= "" then
cbox = {
type = "wallmounted",
wall_side = { -0.8125, -0.5, -0.5, -0.75, 0.5, 0.5 }
}
else
cbox = {
type = "wallmounted",
wall_side = { -0.5, -0.5, -0.5, -0.4375, 0.5, 0.5 }
}
end
minetest.register_node("street_signs:sign_stop"..m, {
description = "Stop sign",
paramtype = "light",