Add belt finding to layouting
This commit is contained in:
parent
c572fcb0e2
commit
5a6be3194e
4 changed files with 114 additions and 31 deletions
12
layout.yml
12
layout.yml
|
|
@ -1,6 +1,6 @@
|
|||
size:
|
||||
x: 10
|
||||
y: 10
|
||||
x: 15
|
||||
y: 15
|
||||
blocks:
|
||||
- size:
|
||||
x: 3
|
||||
|
|
@ -9,7 +9,7 @@ blocks:
|
|||
- offset:
|
||||
x: 1
|
||||
y: 1
|
||||
dir: Down
|
||||
dir: Up
|
||||
output:
|
||||
- offset:
|
||||
x: 1
|
||||
|
|
@ -31,10 +31,14 @@ blocks:
|
|||
- offset:
|
||||
x: 0
|
||||
y: 1
|
||||
dir: Left
|
||||
dir: Right
|
||||
output:
|
||||
connections:
|
||||
- startblock: 1
|
||||
startpoint: 0
|
||||
endblock: 0
|
||||
endpoint: 0
|
||||
- startblock: 0
|
||||
startpoint: 0
|
||||
endblock: 2
|
||||
endpoint: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue