]> git.lizzy.rs Git - xdecor.git/commitdiff
Better bee texture
authorjp <jeanpatrick.guerrero@gmail.com>
Fri, 7 Aug 2015 20:51:00 +0000 (22:51 +0200)
committerjp <jeanpatrick.guerrero@gmail.com>
Fri, 7 Aug 2015 21:46:32 +0000 (23:46 +0200)
hive.lua
textures/xdecor_bee.png

index cae3d5049646a33d52a497bfe047189a306e7118..9a9ca7e652c1ecfb7b8fd6d3c2a2595c31b34592 100644 (file)
--- a/hive.lua
+++ b/hive.lua
@@ -8,7 +8,7 @@ function hive.construct(pos)
                "image[0.5,0.2;1,1;flowers_dandelion_yellow.png]"..
                "image[6.6,0.1;1,1;flowers_geranium.png]"..
                "image[7.2,-0.1;1,1;flowers_rose.png]"..
-               "image[6,0;0.9,0.9;xdecor_bee.png]".. -- Bee texture by Charles Sanchez and Mark Weyer.
+               "image[6,0;0.9,0.9;xdecor_bee.png]"..
                "list[current_name;honey;5,0;1,1;]"..
                "list[current_player;main;0,1.35;8,4;]")
        meta:set_string("infotext", "Artificial Hive")
@@ -27,12 +27,9 @@ end
 xdecor.register("hive", {
        description = "Artificial Hive",
        tiles = {
-               "xdecor_hive_top.png",
-               "xdecor_hive_top.png",
-               "xdecor_hive_side.png",
-               "xdecor_hive_side.png",
-               "xdecor_hive_side.png",
-               "xdecor_hive_front.png",
+               "xdecor_hive_top.png", "xdecor_hive_top.png",
+               "xdecor_hive_side.png", "xdecor_hive_side.png",
+               "xdecor_hive_side.png", "xdecor_hive_front.png"
        },
        groups = {snappy=3, flammable=1},
        on_construct = hive.construct,
index c1d211eed5e03209b28c8baac4526695f0fe9f6b..9ab99f109cccf341315adfaa52e47eeb3a3e118a 100644 (file)
Binary files a/textures/xdecor_bee.png and b/textures/xdecor_bee.png differ