1
0
Fork 0
fgdata/Aircraft/Instruments-3d/mag-compass.xml
James Turner 7e0a45c798 Tooltips and knobs for the C172P.
This is proof of concept, not a complete conversion.
2013-04-06 17:36:25 +01:00

32 lines
702 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>mag-compass.ac</path>
<animation>
<type>rotate</type>
<object-name>Ring</object-name>
<property>/instrumentation/magnetic-compass/indicated-heading-deg</property>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>Ring</object-name>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>airspeed</tooltip-id>
<label>Magnetic heading: %3d</label>
<property>instrumentation/magnetic-compass/indicated-heading-deg</property>
<mapping>heading</mapping>
</binding>
</hovered>
</animation>
</PropertyList>