rFactor2_vk_hud/src/overlay/elements/ui_files/pedals.xml

11 lines
637 B
XML
Raw Normal View History

2023-01-17 11:18:53 +00:00
<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
<root reference_width="2560" reference_height="1440">
<grid x_dim="5" y_dim="2" x_offset="-600" y_offset="-350" width="250" height="300"
vert_align="bottom" hori_align="right" margin="10" padding="10" background="#686868">
<progressbar id="brake" x_slot="0" y_slot="0" y_size="2" background="#f44444"
foreground="#e30000"></progressbar>
<progressbar id="throttle" x_slot="1" y_slot="0"
y_size="2" background="#51fd51"
foreground="#00b900"></progressbar>
</grid>
</root>