From 651ac2fc54fc6150d017a1fdcf7afbc4a103cd1c Mon Sep 17 00:00:00 2001 From: capitalthree Date: Sat, 25 Nov 2023 00:39:24 -0600 Subject: [PATCH] improved/optimized go stone nodebox from wolfie, and optimized placement marker nodebox --- stones.lua | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/stones.lua b/stones.lua index 384a626..3459d54 100644 --- a/stones.lua +++ b/stones.lua @@ -50,13 +50,13 @@ local function reg(name, basename, basedef) node_box = { type = "fixed", fixed = { - {-3/16, -8/16, -3/16, 3/16, -7/16, 3/16}, - {-5/16, -7/16, -5/16, 5/16, -6/16, 5/16}, - {-6/16, -6/16, -6/16, 6/16, -4/16, 6/16}, - {-7/16, -4/16, -7/16, 7/16, -2/16, 7/16}, - {-6/16, -2/16, -6/16, 6/16, 0/16, 6/16}, - {-5/16, 0/16, -5/16, 5/16, 1/16, 5/16}, - {-3/16, 1/16, -3/16, 3/16, 2/16, 3/16}, + {-2/16, -8/16, -2/16, 2/16, -0/16, 2/16}, + {-4/16, -7/16, -5/16, 4/16, -1/16, 5/16}, + {-5/16, -7/16, -4/16, 5/16, -1/16, 4/16}, + {-5/16, -6/16, -6/16, 5/16, -2/16, 6/16}, + {-6/16, -6/16, -5/16, 6/16, -2/16, 5/16}, + {-3/16, -5/16, -7/16, 3/16, -3/16, 7/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 = { type = "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}, - {-2/16, -6/16, -2/16, 2/16, -5/16, 2/16}, } },