]> git.lizzy.rs Git - xdecor.git/commitdiff
Better candle wield image
authorjp <jeanpatrick.guerrero@gmail.com>
Mon, 17 Aug 2015 18:19:58 +0000 (20:19 +0200)
committerjp <jeanpatrick.guerrero@gmail.com>
Mon, 17 Aug 2015 18:19:58 +0000 (20:19 +0200)
nodes.lua
textures/xdecor_candle_wield.png [new file with mode: 0644]

index 01ec3b3579cb52eb36e94dc1293c690ec1943c63..b5ae908bf0f1ad0c8b4ab8c0b64d45c2a0e31012 100644 (file)
--- a/nodes.lua
+++ b/nodes.lua
@@ -73,7 +73,7 @@ xdecor.register("candle", {
        light_source = 12,
        drawtype = "torchlike",
        inventory_image = "xdecor_candle_inv.png",
-       wield_image = "xdecor_candle_inv.png",
+       wield_image = "xdecor_candle_wield.png",
        paramtype2 = "wallmounted",
        legacy_wallmounted = true,
        walkable = false,
diff --git a/textures/xdecor_candle_wield.png b/textures/xdecor_candle_wield.png
new file mode 100644 (file)
index 0000000..d5a8a0c
Binary files /dev/null and b/textures/xdecor_candle_wield.png differ