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

16 lines
895 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">
2023-01-17 14:44:11 +00:00
<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">
2023-01-17 15:05:31 +00:00
<progressbar id="brake" x_slot="0" y_slot="0" y_size="2" background="#494949"
2023-01-17 14:44:11 +00:00
direction="bottom_to_top" foreground="#e30000"></progressbar>
<progressbar id="throttle"
2023-01-17 15:05:31 +00:00
x_slot="1" y_slot="0" y_size="2" background="#494949" direction="bottom_to_top"
2023-01-17 11:18:53 +00:00
foreground="#00b900"></progressbar>
2023-01-17 14:44:11 +00:00
<label id="fuel" x_slot="2"
x_size="5" y_slot="0"
text_color="black"></label>
<label id="gear" x_slot="2" x_size="5" y_slot="1"
text_color="black"></label>
2023-01-17 11:18:53 +00:00
</grid>
</root>