rework fishtank model again

This commit is contained in:
Vanessa Ezekowitz 2015-05-08 19:45:34 -04:00
parent b99763d351
commit c698cf8167
4 changed files with 1102 additions and 1008 deletions

View File

@ -133,12 +133,12 @@ homedecor.register("fishtank", {
description = "Fishtank",
mesh = "homedecor_fishtank.obj",
tiles = {
"homedecor_fishtank_gravel.png",
"homedecor_fishtank_filter.png",
"homedecor_generic_plastic_black.png",
"homedecor_fishtank_filter.png",
"homedecor_fishtank_fishes.png",
"homedecor_fishtank_gravel.png",
"homedecor_fishtank_water_top.png",
"homedecor_fishtank_sides.png",
"homedecor_fishtank_water_top.png"
},
use_texture_alpha = true,
selection_box = ft_cbox,
@ -154,12 +154,12 @@ homedecor.register("fishtank_lighted", {
description = "Fishtank (lighted)",
mesh = "homedecor_fishtank.obj",
tiles = {
"homedecor_fishtank_gravel_lighted.png",
"homedecor_fishtank_filter.png",
"homedecor_generic_plastic_black.png",
"homedecor_fishtank_filter.png",
"homedecor_fishtank_fishes_lighted.png",
"homedecor_fishtank_gravel_lighted.png",
"homedecor_fishtank_water_top_lighted.png",
"homedecor_fishtank_sides_lighted.png",
"homedecor_fishtank_water_top_lighted.png"
},
light_source = LIGHT_MAX-4,
use_texture_alpha = true,

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 B

After

Width:  |  Height:  |  Size: 303 B