diff --git a/nodes.lua b/nodes.lua index 905e9e9..59f2efe 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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} } }, diff --git a/textures/xdecor_candle_ceiling.png b/textures/xdecor_candle_ceiling.png new file mode 100644 index 0000000..d7c253c Binary files /dev/null and b/textures/xdecor_candle_ceiling.png differ