lml/test.lml

27 lines
340 B
Plaintext
Raw Permalink Normal View History

2023-07-06 01:51:15 +02:00
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
}
}
}