Made all leaves draw as cubes in the inventory regardless of whether
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Fri, 15 Nov 2013 01:39:07 +0000 (20:39 -0500)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Fri, 15 Nov 2013 01:39:07 +0000 (20:39 -0500)
commitd3e68b31491874c7a74c1cfecf96d8d45422bc15
treee4d16f3a4b0b037569b397c1ebeddb5297968785
parent2a85996d0010bb20955229e3e299daf8f446fba6
Made all leaves draw as cubes in the inventory regardless of whether
they are plantlike or not in the world.  This has the side effect that a
dropped leaf block will look like a flat sprite.  Oh well, no other way
to fix it.

Adjusted the offset of the textures so that leaves place more accurately
in the world (blame this on the engine, it has no option for me to
adjust the precise vertical visual scale independently from the
horizontal scale, so I have to fake it with the textures).
18 files changed:
node_defs.lua
textures/default_jungleleaves_plantlike.png
textures/default_leaves_plantlike.png
textures/moretrees_apple_tree_leaves_plantlike.png
textures/moretrees_beech_leaves_plantlike.png
textures/moretrees_birch_leaves_plantlike.png
textures/moretrees_fir_leaves_bright_plantlike.png
textures/moretrees_fir_leaves_plantlike.png
textures/moretrees_jungletree_leaves_green_plantlike.png
textures/moretrees_jungletree_leaves_red_plantlike.png
textures/moretrees_jungletree_leaves_yellow_plantlike.png
textures/moretrees_oak_leaves_plantlike.png
textures/moretrees_palm_leaves_plantlike.png
textures/moretrees_pine_leaves_plantlike.png
textures/moretrees_rubber_tree_leaves_plantlike.png
textures/moretrees_sequoia_leaves_plantlike.png
textures/moretrees_spruce_leaves_plantlike.png
textures/moretrees_willow_leaves_plantlike.png