From f833642733b2f01fdaaa64703211d7e63103301e Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 11 Jan 2019 15:51:25 -0800 Subject: [PATCH] Adjust sizing on connection box --- plugin/src/Assets.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/Assets.lua b/plugin/src/Assets.lua index 21c3c30a..b73955ab 100644 --- a/plugin/src/Assets.lua +++ b/plugin/src/Assets.lua @@ -11,8 +11,8 @@ local Assets = { Slices = { GrayBox = { asset = sheetAsset, - offset = Vector2.new(148, 433), - size = Vector2.new(36, 36), + offset = Vector2.new(147, 433), + size = Vector2.new(38, 36), center = Rect.new(8, 8, 9, 9), }, GrayButton02 = {