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:
parent
5f2a72fd85
commit
5960872708
@ -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} }
|
||||
},
|
||||
|
BIN
textures/xdecor_candle_ceiling.png
Normal file
BIN
textures/xdecor_candle_ceiling.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 B |
Loading…
x
Reference in New Issue
Block a user