rFactor2_vk_hud/src/overlay/elements/pedals/pedals.xml
2023-01-18 09:19:55 +01:00

14 lines
No EOL
782 B
XML

<?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="7" y_dim="2" x_offset="-750" y_offset="-250" width="150" height="200"
vert_align="bottom" hori_align="right" margin="3" padding="3" background="#686868">
<progressbar id="brake" x_slot="0" y_slot="0" y_size="2" background="#494949"
direction="bottom_to_top" foreground="#e30000"></progressbar>
<progressbar id="throttle"
x_slot="1" y_slot="0" y_size="2" background="#494949" direction="bottom_to_top"
foreground="#00b900"></progressbar>
<icon id="history" x_slot="2" x_size="5" y_slot="0"
y_size="2"></icon>
</grid>
</root>