lml/test.lml

27 lines
340 B
Plaintext

Styles {
Readout {
fontFamily: "Comic Sans.ttf"
labelSize: 2em
color: #ffffffff
}
}
Items {
Canvas {
rect: 0.85, 0.9, 0.95, 0.95
Sprite {
path: "hudtexture.dds"
position: 0, 0
stretch: 1, 1
}
SpeedLabel {
text: "Current Speed: $Speed"
position: 0.5, 0.5
alignment: mid, mid
styles: Readout
}
}
}