]> git.lizzy.rs Git - xdecor.git/commitdiff
Allow hanging candling on ceiling
authorkilbith <jeanpatrick.guerrero@gmail.com>
Mon, 21 Sep 2015 21:40:46 +0000 (23:40 +0200)
committerkilbith <jeanpatrick.guerrero@gmail.com>
Mon, 21 Sep 2015 21:40:46 +0000 (23:40 +0200)
nodes.lua
textures/xdecor_candle_ceiling.png [new file with mode: 0644]

index 905e9e9dbbe82eefb8821b039181c34a18961921..59f2efe5598b8dd55613d21bd07529f4431185ff 100644 (file)
--- 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 (file)
index 0000000..d7c253c
Binary files /dev/null and b/textures/xdecor_candle_ceiling.png differ