Outlines rewrite actually done

This commit is contained in:
Bán Dénes 2022-01-16 20:36:19 +01:00
parent 4844a044df
commit d6f83232a8
23 changed files with 288 additions and 1034 deletions

View file

@ -3,27 +3,26 @@ points:
matrix: {}
mirror: 20
outlines:
exports:
outline:
main:
type: keys
side: both
size: 20
bound: false
middle_poly:
type: polygon
points:
- ref:
- matrix
- mirror_matrix
shift: [0, 20]
- shift: [20, -40]
- shift: [-40, 0]
outside_polys:
type: polygon
points:
- ref: matrix
shift: [-10, 15]
- shift: [5, -10]
- shift: [-10, 0]
mirror: true
outline:
main:
what: rectangle
where: true
size: 20
bound: false
middle_poly:
what: polygon
where.ref:
- matrix
- mirror_matrix
points:
- shift: [0, 20]
- shift: [20, -40]
- shift: [-40, 0]
outside_polys:
what: polygon
where.ref: matrix
points:
- shift: [-10, 15]
- shift: [5, -10]
- shift: [-10, 0]
mirror: true