2 new urgent conduits

This commit is contained in:
Laetitia (O-01-67) 2023-02-18 22:21:33 -05:00 committed by GitHub
parent e531fcd569
commit f0754c5991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ autoConduitTable = {
down_to_up_left_and_right: {outs: [[0,-1],[-1,0],[1,0]], ins: [[0,1]]},
left_to_up_down_and_right: {outs: [[0,-1],[0,1],[1,0]], ins: [[-1,0]]},
up_to_down_left_and_right: {outs: [[0,1],[-1,0],[1,0]], ins: [[0,-1]]},
left_and_down_to_right: {ins: [[-1,0],[0,1]], outs: [[1,0]]},
right_and_down_to_left: {ins: [[1,0],[0,1]], outs: [[-1,0]]},
};
for(direction in autoConduitTable) {