add fly agaric nodebox

Tento commit je obsažen v:
HybridDog
2013-04-07 18:12:06 +02:00
rodič 6f6b3d6272
revize 3850aa4a61
4 změnil soubory, kde provedl 11 přidání a 12 odebrání

Zobrazit soubor

@@ -114,23 +114,22 @@ local BOX_BROWN = {
fixed = {
{-0.15, -0.2, -0.15, 0.15, -0.1, 0.15},
{-0.2, -0.3, -0.2, 0.2, -0.2, 0.2},
{-0.05, -0.5, -0.05, 0.05, -0.3, 0.05},
{-0.05, -0.5, -0.05, 0.05, -0.3, 0.05}
},
}
local BOX_FLY_AGARIC = {
type = "fixed",
fixed = {
{-0.05, -0.5, -0.05, 0.05, 1/20, 0.05},
{-3/20, -6/20, -3/20, 3/20, 0, 3/20},
{-4/20, -2/20, -4/20, 4/20, -4/20, 4/20},
},
}
pilz("brown", "Brown Mushroom", BOX_BROWN)
pilz("red", "Red Mushroom", BOX_RED)
minetest.register_node("riesenpilz:fly_agaric", {
description = "Fly Agaric",
tile_images = {"riesenpilz_fly_agaric_side.png"},
inventory_image = "riesenpilz_fly_agaric_side.png",
walkable = false,
paramtype = "light",
drawtype = "plantlike",
groups = {snappy=3,flammable=2},
sounds = default.node_sound_leaves_defaults(),
})
pilz("fly_agaric", "Fly Agaric", BOX_FLY_AGARIC)

binární
textures/riesenpilz_fly_agaric_bottom.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 327 B

Binární soubor nebyl zobrazen.

Před

Šířka:  |  Výška:  |  Velikost: 1.9 KiB

Za

Šířka:  |  Výška:  |  Velikost: 298 B

binární
textures/riesenpilz_fly_agaric_top.png Normální soubor

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 235 B