Made lights look slightly better
This commit is contained in:
parent
713865a4df
commit
01117b85d8
4
init.lua
4
init.lua
@ -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
BIN
textures/ilight_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
BIN
textures/ilight_top.png
Normal file
BIN
textures/ilight_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 598 B |
Loading…
x
Reference in New Issue
Block a user