texture and size cleanups on signs
MUCH more readable background texture for all signs use exact-to-pixel dimensions on all signs move sign models to start of signs_lib where they can be seen make homedecor's brass/iron signs-on-posts use them adjust all textures accordingly
@ -50,23 +50,11 @@ minetest.register_node("homedecor:fence_brass_with_sign", {
|
||||
wield_image = "homedecor_sign_brass_post.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.125, -0.5, -0.125, 0.125, 0.5, 0.125 },
|
||||
{ -0.45, -0.1875, -0.225, 0.45, 0.4375, -0.125 },
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.125, -0.5, -0.125, 0.125, 0.5, 0.125 },
|
||||
{ -0.45, -0.1875, -0.225, 0.45, 0.4375, -0.125 },
|
||||
}
|
||||
},
|
||||
node_box = signs_lib.sign_post_model,
|
||||
groups = {snappy=3,not_in_creative_inventory=1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
walkable = true,
|
||||
sunlight_propagates = true,
|
||||
drop = {
|
||||
max_items = 2,
|
||||
items = {
|
||||
@ -90,23 +78,11 @@ minetest.register_node("homedecor:fence_wrought_iron_with_sign", {
|
||||
wield_image = "homedecor_sign_wrought_iron_post.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.125, -0.5, -0.125, 0.125, 0.5, 0.125 },
|
||||
{ -0.45, -0.1875, -0.225, 0.45, 0.4375, -0.125 },
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.125, -0.5, -0.125, 0.125, 0.5, 0.125 },
|
||||
{ -0.45, -0.1875, -0.225, 0.45, 0.4375, -0.125 },
|
||||
}
|
||||
},
|
||||
node_box = signs_lib.sign_post_model,
|
||||
groups = {snappy=3,not_in_creative_inventory=1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
walkable = true,
|
||||
sunlight_propagates = true,
|
||||
drop = {
|
||||
max_items = 2,
|
||||
items = {
|
||||
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 186 B |