62 lines
765 B
YAML
62 lines
765 B
YAML
title:
|
|
x: 90
|
|
y: 90
|
|
width: 900
|
|
height: 50
|
|
|
|
leftSymbol:
|
|
x: 200
|
|
y: 200
|
|
width: 200
|
|
height: 200
|
|
|
|
leftText:
|
|
x: 200
|
|
y: 400
|
|
width: 200
|
|
height: 60
|
|
align: center
|
|
ellipsize: autoscale
|
|
|
|
leftDescription:
|
|
extends: leftText
|
|
y: += 100
|
|
align: center
|
|
ellipsize: autoscale
|
|
|
|
rightSymbol:
|
|
x: 600
|
|
y: 200
|
|
width: 200
|
|
height: 200
|
|
|
|
rightText:
|
|
x: 600
|
|
y: 400
|
|
width: 200
|
|
height: 60
|
|
align: center
|
|
ellipsize: autoscale
|
|
|
|
rightDescription:
|
|
extends: rightText
|
|
y: += 100
|
|
align: center
|
|
ellipsize: autoscale
|
|
|
|
# The "cut line", without rounded corners
|
|
cut:
|
|
x: 37.5
|
|
y: 37.5
|
|
width: 1050
|
|
height: 750
|
|
|
|
# The "safe zone" as defined by TheGameCrafter poker cards
|
|
safe:
|
|
x: 75
|
|
y: 75
|
|
width: 975
|
|
height: 675
|
|
radius: 16
|
|
dash: 3 3
|