Layout
Position
Size
Alignment
text1:
type: text
## x and y values that are used to offset the object
## for alignment it is usually desired to set the aligned axis to 0
position: 0 0
## horizontal alignment value (left, center, right)
alignment: center
## vertical alignment value (top, center, right)
vertical-alignment: top
text: 'This text is centered'image1:
type: image
size: 128 128
## x and y values that are used to offset the object
## for alignment it is usually desired to set the aligned axis to 0
position: 0 0
## horizontal alignment value (left, center, right)
alignment: center
## vertical alignment value (top, center, right)
vertical-alignment: center
image:
name: 'image.png'Last updated