Update nodebox

This commit is contained in:
tacigar 2016-12-17 18:33:41 +09:00
parent 9b59249373
commit f1d2bf90d8
1 changed files with 8 additions and 6 deletions

View File

@ -65,12 +65,14 @@ local tiles = {
local node_box = {
type = "fixed",
fixed = {
{ -0.5, -0.375, -0.4375, 0.5, 0.3125, 0.4375},
{-0.4375, -0.4375, -0.5, 0.4375, 0.25, 0.5},
{-0.3125, -0.5, -0.3125, 0.3125, -0.4375, 0.3125},
{ -0.375, 0.3125, -0.375, -0.3125, 0.375, 0.375},
{ 0.3125, 0.3125, -0.375, 0.375, 0.375, 0.375},
{ -0.125, -0.5, -0.0625, 0.125, 0.375, 0.0625},
{-0.4375, -0.3125, -0.4375, -0.375, 0.4375, 0.4375},
{-0.4375, -0.3125, -0.4375, 0.4375, 0.4375, -0.375},
{ 0.375, -0.3125, -0.4375, 0.4375, 0.4375, 0.4375},
{-0.4375, -0.3125, 0.375, 0.4375, 0.4375, 0.4375},
{-0.4375, -0.25, -0.375, 0.4375, 0.25, 0.375},
{ -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},
},
}