improved/optimized go stone nodebox from wolfie, and optimized placement marker nodebox

cornedgy
capitalthree 1 year ago
parent 1848d03b5c
commit 651ac2fc54
  1. 17
      stones.lua

@ -50,13 +50,13 @@ local function reg(name, basename, basedef)
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-3/16, -8/16, -3/16, 3/16, -7/16, 3/16}, {-2/16, -8/16, -2/16, 2/16, -0/16, 2/16},
{-5/16, -7/16, -5/16, 5/16, -6/16, 5/16}, {-4/16, -7/16, -5/16, 4/16, -1/16, 5/16},
{-6/16, -6/16, -6/16, 6/16, -4/16, 6/16}, {-5/16, -7/16, -4/16, 5/16, -1/16, 4/16},
{-7/16, -4/16, -7/16, 7/16, -2/16, 7/16}, {-5/16, -6/16, -6/16, 5/16, -2/16, 6/16},
{-6/16, -2/16, -6/16, 6/16, 0/16, 6/16}, {-6/16, -6/16, -5/16, 6/16, -2/16, 5/16},
{-5/16, 0/16, -5/16, 5/16, 1/16, 5/16}, {-3/16, -5/16, -7/16, 3/16, -3/16, 7/16},
{-3/16, 1/16, -3/16, 3/16, 2/16, 3/16}, {-7/16, -5/16, -3/16, 7/16, -3/16, 3/16},
} }
}, },
@ -98,9 +98,8 @@ local function reg(name, basename, basedef)
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-2/16, -8/16, -2/16, 2/16, -7/16, 2/16}, {-2/16, -8/16, -2/16, 2/16, -5/16, 2/16},
{-3/16, -7/16, -3/16, 3/16, -6/16, 3/16}, {-3/16, -7/16, -3/16, 3/16, -6/16, 3/16},
{-2/16, -6/16, -2/16, 2/16, -5/16, 2/16},
} }
}, },

Loading…
Cancel
Save