Adjust sizing on connection box

This commit is contained in:
Lucien Greathouse
2019-01-11 15:51:25 -08:00
parent 30ce927621
commit f833642733

View File

@@ -11,8 +11,8 @@ local Assets = {
Slices = { Slices = {
GrayBox = { GrayBox = {
asset = sheetAsset, asset = sheetAsset,
offset = Vector2.new(148, 433), offset = Vector2.new(147, 433),
size = Vector2.new(36, 36), size = Vector2.new(38, 36),
center = Rect.new(8, 8, 9, 9), center = Rect.new(8, 8, 9, 9),
}, },
GrayButton02 = { GrayButton02 = {