mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-21 15:08:03 +08:00
58 lines
1.2 KiB
XML
58 lines
1.2 KiB
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<PropertyList>
|
||
|
|
||
|
<name>Vinson HUD</name>
|
||
|
|
||
|
<enable3d>false</enable3d>
|
||
|
|
||
|
<label>
|
||
|
<name>damage</name>
|
||
|
<x>-250</x>
|
||
|
<y>-225</y>
|
||
|
<width>125</width>
|
||
|
<height>25</height>
|
||
|
<prefix> Integrity: </prefix>
|
||
|
<postfix> %%</postfix>
|
||
|
<halign>left</halign>
|
||
|
<format>%3.1f</format>
|
||
|
<box>true</box>
|
||
|
<input>
|
||
|
<property>/sam/damage</property>
|
||
|
</input>
|
||
|
</label>
|
||
|
|
||
|
<label>
|
||
|
<name>cs</name>
|
||
|
<x>-100</x>
|
||
|
<y>-225</y>
|
||
|
<width>125</width>
|
||
|
<height>25</height>
|
||
|
<prefix> Callsign: </prefix>
|
||
|
<postfix></postfix>
|
||
|
<halign>left</halign>
|
||
|
<format>%s</format>
|
||
|
<box>true</box>
|
||
|
<input>
|
||
|
<property>/sim/multiplay/callsign</property>
|
||
|
</input>
|
||
|
</label>
|
||
|
|
||
|
<label>
|
||
|
<name>tower</name>
|
||
|
<x>100</x>
|
||
|
<y>-225</y>
|
||
|
<width>200</width>
|
||
|
<height>25</height>
|
||
|
<prefix> Placement near: </prefix>
|
||
|
<postfix></postfix>
|
||
|
<halign>left</halign>
|
||
|
<format>%s</format>
|
||
|
<box>true</box>
|
||
|
<input>
|
||
|
<property>/sim/tower/airport-id</property>
|
||
|
</input>
|
||
|
</label>
|
||
|
|
||
|
</PropertyList>
|