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

14 lines
782 B
XML
Raw Normal View History

2023-01-18 08:19:55 +00:00
<?xml-model href="../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
2023-01-17 11:18:53 +00:00
<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-18 08:14:19 +00:00
<icon id="history" x_slot="2" x_size="5" y_slot="0"
y_size="2"></icon>
2023-01-17 11:18:53 +00:00
</grid>
</root>