updated schem and some textures

master
DonBatman 2015-10-26 14:08:55 -07:00
parent a9b9c4a94d
commit 551b77b9dc
10 changed files with 47 additions and 1 deletions

View File

@ -50,3 +50,49 @@ minetest.register_node("mario:coin", {
walkable = false,
groups = {cracky = 2},
})
local nbox = {
type = "fixed",
fixed = {
{-0.25, -0.5, -0.25, 0.25, -0.0625, 0.25},
{-0.3125, -0.4375, -0.3125, 0.3125, 0.4375, 0.3125},
{-0.375, -0.375, -0.375, 0.375, 0.375, 0.375},
{-0.375, -0.1875, -0.4375, 0.375, 0.3125, 0.4375},
{-0.4375, -0.1875, -0.5, 0.4375, 0.1875, 0.5},
{-0.1875, 0.4375, -0.1875, 0.1875, 0.5, 0.1875},
{-0.5, -0.1875, -0.4375, 0.5, 0.1875, 0.4375},
{-0.4375, -0.1875, -0.375, 0.4375, 0.3125, 0.375},
}
}
minetest.register_node("mario:mushroom",{
description = "Mushroom",
tiles = {
"mario_mushroom_top.png",
"mario_mushroom_bottom.png",
"mario_mushroom.png",
"mario_mushroom.png",
"mario_mushroom.png",
"mario_mushroom.png",
},
drawtype = "nodebox",
paramtype = "light",
groups = {cracky = 3},
node_box = nbox,
})
minetest.register_node("mario:mushroom_green",{
description = "Green Mushroom",
tiles = {
"mario_mushroom_top_g.png",
"mario_mushroom_bottom.png",
"mario_mushroom_g.png",
"mario_mushroom_g.png",
"mario_mushroom_g.png",
"mario_mushroom_g.png",
},
drawtype = "nodebox",
paramtype = "light",
groups = {cracky = 3},
node_box = nbox,
})

View File

@ -53,7 +53,7 @@ minetest.register_node("mario:exit",{
"mario_grey.png",
"mario_grey.png",
"mario_grey.png",
"mario_grey.png^mario_m.png",
"mario_grey.png^mario_exit.png",
},
drawtype = "normal",
paramtype = "light",

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 2.4 KiB