]> git.lizzy.rs Git - xdecor.git/commitdiff
Better anvil texture
authorjp <jeanpatrick.guerrero@gmail.com>
Wed, 29 Jul 2015 11:52:39 +0000 (13:52 +0200)
committerjp <jeanpatrick.guerrero@gmail.com>
Wed, 29 Jul 2015 11:52:39 +0000 (13:52 +0200)
nodes.lua
textures/xdecor_anvil.png
worktable.lua

index 432941dccbc8580957fdf59a9c7d3c98228c862b..fc088a153e6c2c0e8d44e841810fd53c602a6049 100644 (file)
--- a/nodes.lua
+++ b/nodes.lua
@@ -378,7 +378,7 @@ xdecor.register("lantern", {
 })
 
 local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium",
-       "rose", "tulip", "viola" }
+               "rose", "tulip", "viola" }
 
 for _, f in ipairs(flowerstype) do
        xdecor.register("potted_"..f, {
index 2876aa6e433bb94595903be7757f09cbcdda5caa..4a3021d18ebab624867fc989c40c93cf2bb08f02 100644 (file)
Binary files a/textures/xdecor_anvil.png and b/textures/xdecor_anvil.png differ
index e4b23ab350f768a55b2acabe62b82eb995d695a0..32c50bd4e37baa27fa39aff70de60150fdb017c7 100644 (file)
@@ -54,7 +54,7 @@ local function xconstruct(pos)
                "list[current_name;output;2,2;1,1;]"..
                "label[4.5,1.5;Damaged tool]"..
                "list[current_name;src;5,2;1,1;]"..
-               "image[6.07,2.07;0.85,0.85;xdecor_anvil.png]"..
+               "image[6,2;1,1;xdecor_anvil.png]"..
                "label[6.8,1.5;Hammer]]"..
                "list[current_name;fuel;7,2;1,1;]"..
                "list[current_player;main;0,3.25;8,4;]")