Merge 'New flower textures'

This commit is contained in:
LeMagnesium 2014-12-14 22:13:32 +01:00
parent db0aa37152
commit 7dbe1cf02a
7 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ minetest.register_node("flowers:dandelion_white", {
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15},
fixed = { -0.5, -0.5, -0.5, 0.5, -0.2, 0.5},
},
})
@ -84,7 +84,7 @@ minetest.register_node("flowers:rose", {
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15},
fixed = { -0.15, -0.5, -0.15, 0.15, 0.3, 0.15},
},
})
@ -122,7 +122,7 @@ minetest.register_node("flowers:viola", {
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15},
fixed = { -0.5, -0.5, -0.5, 0.5, -0.2, 0.5 },
},
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 291 B