forked from mtcontrib/maidroid
Update nodebox
This commit is contained in:
parent
9b59249373
commit
f1d2bf90d8
@ -65,12 +65,14 @@ local tiles = {
|
|||||||
local node_box = {
|
local node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{ -0.5, -0.375, -0.4375, 0.5, 0.3125, 0.4375},
|
{-0.4375, -0.3125, -0.4375, -0.375, 0.4375, 0.4375},
|
||||||
{-0.4375, -0.4375, -0.5, 0.4375, 0.25, 0.5},
|
{-0.4375, -0.3125, -0.4375, 0.4375, 0.4375, -0.375},
|
||||||
{-0.3125, -0.5, -0.3125, 0.3125, -0.4375, 0.3125},
|
{ 0.375, -0.3125, -0.4375, 0.4375, 0.4375, 0.4375},
|
||||||
{ -0.375, 0.3125, -0.375, -0.3125, 0.375, 0.375},
|
{-0.4375, -0.3125, 0.375, 0.4375, 0.4375, 0.4375},
|
||||||
{ 0.3125, 0.3125, -0.375, 0.375, 0.375, 0.375},
|
{-0.4375, -0.25, -0.375, 0.4375, 0.25, 0.375},
|
||||||
{ -0.125, -0.5, -0.0625, 0.125, 0.375, 0.0625},
|
{ -0.5, 0, -0.5, 0.5, 0.125, 0.5},
|
||||||
|
{ -0.25, -0.5, -0.3125, 0.25, -0.3125, 0.3125},
|
||||||
|
{-0.3125, -0.5, -0.25, 0.3125, -0.3125, 0.25},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user