Skip to content

Commit

Permalink
edit network builder positions for connection points
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 6, 2024
1 parent c353fca commit d9482a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/biofluid/network-builder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ local BIOPORT_CONNECTION = {
direction = 0,
position = {
0,
-2
2
}
},
{
direction = 2,
position = {
2,
0
0,
2
}
},
{
Expand All @@ -62,8 +62,8 @@ local BIOPORT_CONNECTION = {
{
direction = 6,
position = {
-2,
0
0,
2
}
}
}
Expand Down

0 comments on commit d9482a4

Please sign in to comment.