new cannonball stack nodebox

This commit is contained in:
adrido 2015-06-13 15:29:08 +02:00
parent 8e653eb457
commit b2feb0d29c
2 changed files with 7 additions and 13 deletions

@ -344,24 +344,18 @@ cannons.nodeboxes.ball = {
},
}
cannons.nodeboxes.ball_stack = {
type = "fixed",
fixed = {
{-0.2, -0.1, -0.2, 0.2, 0.3, 0.2}, -- ball top
{0.1, -0.5, -0.2, 0.2, -0.1, 0.2}, -- ball left
{0.5, -0.5, -0.2, 0.2, -0.1, 0.2}, -- ball left
{-0.2, -0.5, 0.5, 0.0, -0.1, 0.2},-- ball back
{0.0, -0.5, 0.1, -0.4, -0.1, 0.2},--ball back
{-0.2, -0.5, 0.5, -0.4, -0.1, 0.2},-- ball back
{-0.2, -0.5, 0.1, -0.4, -0.1, 0.2},-- ball back
{-0.2, -0.5, -0.1, -0.4, -0.1, -0.5},
{0.0, -0.5, -0.1, -0.4, -0.1, -0.5},
-- side , top , side , side , bottom, side,
{-0.4375, -0.5, 0.0625, -0.0625, -0.125, 0.4375}, -- unten_hinten_links
{0.125, -0.5, 0.125, 0.5, -0.125, 0.5}, -- unten_hinten_rechts
{-0.4375, -0.5, -0.375, -0.0625, -0.125, 0}, -- unten_vorne_links
{0.0625, -0.5, -0.4375, 0.4375, -0.125, -0.0625}, -- unten_vorne_rechts
{-0.1875, -0.125, -0.125, 0.1875, 0.25, 0.25}, -- oben_mitte
},
}
cannons.nodeboxes.cannon = {
type = "fixed",
fixed = {

BIN
indev/ball_stack.nbe Normal file

Binary file not shown.