1
0
mirror of https://codeberg.org/minenux/minetest-mod-xdecor synced 2023-10-20 21:43:39 -07:00

Allow hanging candling on ceiling

This commit is contained in:
kilbith 2015-09-21 23:40:46 +02:00
parent 5f2a72fd85
commit 5960872708
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ xdecor.register("candle", {
tiles = {
{ name = "xdecor_candle_floor.png",
animation = {type="vertical_frames", length=1.5} },
{ name = "xdecor_candle_ceiling.png",
animation = {type="vertical_frames", length=1.5} },
{ name = "xdecor_candle_wall.png",
animation = {type="vertical_frames", length=1.5} }
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B