Made lights look slightly better

This commit is contained in:
DanDuncombe 2013-10-15 18:32:35 +01:00
parent 713865a4df
commit 01117b85d8
4 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ for _, row in ipairs(ilights.types) do
minetest.register_node("ilights:light_"..name, { minetest.register_node("ilights:light_"..name, {
drawtype = "nodebox", drawtype = "nodebox",
description = desc.." Industrial Light", description = desc.." Industrial Light",
tiles = {"ilight_"..name.."_top.png", tiles = {"ilight_"..name.."_top.png^ilight_top.png",
"ilight_base.png", "ilight_base.png",
"ilight_"..name.."_side.png"}, "ilight_"..name.."_side.png^ilight_side.png"},
groups = {cracky=3}, groups = {cracky=3},
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 519 B

BIN
textures/ilight_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

BIN
textures/ilight_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B