Refactor common types.

This commit is contained in:
hal8174 2024-08-21 20:56:03 +02:00
parent f284b692cc
commit 48419b4674
14 changed files with 376 additions and 250 deletions

40
layout.yml Normal file
View file

@ -0,0 +1,40 @@
size:
x: 10
y: 10
blocks:
- size:
x: 3
y: 2
input:
- offset:
x: 1
y: 1
dir: Down
output:
- offset:
x: 1
y: 0
dir: Up
- size:
x: 5
y: 2
input:
output:
- offset:
x: 1
y: 1
dir: Down
- size:
x: 5
y: 7
input:
- offset:
x: 0
y: 1
dir: Left
output:
connections:
- startblock: 1
startpoint: 0
endblock: 0
endpoint: 0