fix wrongly-colored plasma ball base

This commit is contained in:
Vanessa Ezekowitz 2017-06-15 13:11:01 -04:00
parent 5c52111bec
commit c741642057
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ homedecor.register("plasma_ball", {
description = S("Plasma Ball"),
mesh = "homedecor_plasma_ball.obj",
tiles = {
"homedecor_generic_plastic.png",
{ name = "homedecor_generic_plastic.png", color = homedecor.color_black },
{
name = "homedecor_plasma_ball_streamers.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0},