]> git.lizzy.rs Git - xdecor.git/commitdiff
Replace hammer icon by anvil in worktable formspec
authorjp <jeanpatrick.guerrero@gmail.com>
Tue, 28 Jul 2015 19:43:58 +0000 (21:43 +0200)
committerjp <jeanpatrick.guerrero@gmail.com>
Tue, 28 Jul 2015 19:43:58 +0000 (21:43 +0200)
textures/xdecor_anvil.png [new file with mode: 0644]
worktable.lua

diff --git a/textures/xdecor_anvil.png b/textures/xdecor_anvil.png
new file mode 100644 (file)
index 0000000..2876aa6
Binary files /dev/null and b/textures/xdecor_anvil.png differ
index 524438160207170c21a10688da62965ffcf101aa..deada0edb97054759da983f267ab4d19eaa5a5df 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,2;1,1;xdecor_hammer.png]"..
+               "image[6.07,2.07;0.85,0.85;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;]")