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

View File

@ -148,6 +148,8 @@ autoConduitTable = {
left_and_down_to_right: {ins: [[-1,0],[0,1]], outs: [[1,0]]}, 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]]}, right_and_down_to_left: {ins: [[1,0],[0,1]], outs: [[-1,0]]},
left_and_up_to_right: {ins: [[-1,0],[0,-1]], outs: [[1,0]]},
right_and_up_to_left: {ins: [[1,0],[0,-1]], outs: [[-1,0]]},
}; };
for(direction in autoConduitTable) { for(direction in autoConduitTable) {