split globe model into multiple materials

(allows use of some generic materials)
renamed earth image
This commit is contained in:
Vanessa Ezekowitz 2015-04-28 00:12:46 -04:00
parent a35b57d713
commit aaf25a97e4
4 changed files with 788 additions and 1934 deletions

View File

@ -623,7 +623,11 @@ local globe_cbox = {
homedecor.register("desk_globe", {
description = "Desk globe",
mesh = "homedecor_desk_globe.obj",
tiles = {"homedecor_desk_globe.png"},
tiles = {
"homedecor_generic_wood_red.png",
"homedecor_generic_metal_neutral.png",
"homedecor_earth.png"
},
inventory_image = "homedecor_desk_globe_inv.png",
selection_box = globe_cbox,
collision_box = globe_cbox,

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB