1
0
Fork 0
fgdata/Huds/Sets/controls.xml
mfranz e9c2efe423 README ... describes which files belong to the old, and which to the new HUD
Instruments/*.xml ... single components, like the gload display
Sets/*.xml ... combinations of components

There's no difference in filetypes between "sets" and "instruments". It's
just easier to find things that way. Note that new and old files are never
mixed in one dir.
2006-07-04 15:26:58 +00:00

146 lines
3.6 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<gauge>
<name>Aileron</name>
<x>-50</x>
<y>70</y>
<width>100</width>
<height>20</height>
<option>notext</option>
<option>bottom</option>
<major-divisions>50</major-divisions>
<minor-divisions>0</minor-divisions>
<tick-bottom>false</tick-bottom>
<tick-top>false</tick-top>
<tick-right>true</tick-right>
<tick-left>true</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>true</cap-top>
<cap-right>false</cap-right>
<cap-left>false</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<input>
<property>/controls/flight/aileron</property>
<max>1.0</max>
<min>-1.0</min>
</input>
</gauge>
<gauge>
<name>Elevator</name>
<x>-138</x>
<y>-50</y>
<width>20</width>
<height>100</height>
<option>vertical</option>
<option>right</option>
<option>notext</option>
<major-divisions>50</major-divisions>
<minor-divisions>0</minor-divisions>
<marker-offset>0.0</marker-offset>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>true</cap-left>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<input>
<property>/controls/flight/elevator</property>
<max>1.0</max>
<min>-1.0</min>
</input>
</gauge>
<gauge>
<name>Rudder</name>
<x>-50</x>
<y>-90</y>
<width>100</width>
<height>20</height>
<option>top</option>
<option>notext</option>
<major-divisions>50</major-divisions>
<minor-divisions>0</minor-divisions>
<tick-bottom>false</tick-bottom>
<tick-top>false</tick-top>
<tick-right>true</tick-right>
<tick-left>true</tick-left>
<cap-bottom>true</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>false</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<input>
<property>/controls/flight/rudder</property>
<max>1.0</max>
<min>-1.0</min>
</input>
</gauge>
<gauge>
<name>Throttle</name>
<x>-305</x>
<y>-75</y>
<width>20</width>
<height>150</height>
<option>vertical</option>
<option>left</option>
<option>notext</option>
<major-divisions>50</major-divisions>
<minor-divisions>0</minor-divisions>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>true</cap-right>
<cap-left>false</cap-left>
<marker-offset>0.0</marker-offset>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<input>
<property>/controls/engines/engine/throttle</property>
<max>1.0</max>
<min>0.0</min>
</input>
</gauge>
<gauge>
<name>Elevator Trim</name>
<x>-148</x>
<y>-50</y>
<width>10</width>
<height>100</height>
<option>left</option>
<option>vertical</option>
<option>notext</option>
<major-divisions>50</major-divisions>
<minor-divisions>0</minor-divisions>
<marker-offset>0.0</marker-offset>
<tick-bottom>true</tick-bottom>
<tick-top>true</tick-top>
<tick-right>false</tick-right>
<tick-left>false</tick-left>
<cap-bottom>false</cap-bottom>
<cap-top>false</cap-top>
<cap-right>false</cap-right>
<cap-left>false</cap-left>
<enable-pointer>true</enable-pointer>
<pointer-type>fixed</pointer-type>
<input>
<property>/controls/flight/elevator-trim</property>
<max>1.0</max>
<min>-1.0</min>
</input>
</gauge>
</PropertyList>