mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Adjust sizing on connection box
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user