1
0
Fork 0
fgdata/Aircraft/Instruments/aoa.xml
curt 5f2d105e3b Lee Elliott:
Fix the AoA intruments to point to /orientation/alpha-deg instead of the
old /velocities/alpha-deg
2003-03-07 14:40:21 +00:00

68 lines
1.4 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>Acceleration (G force) Indicator</name>
<w-base>128</w-base>
<h-base>128</h-base>
<layers>
<layer>
<name>gauge face</name>
<texture>
<path>Aircraft/Instruments/Textures/aoa.rgb</path>
<x1>0</x1>
<y1>0</y1>
<x2>1</x2>
<y2>1</y2>
</texture>
<w>110</w>
<h>110</h>
</layer>
<layer>
<name>needle</name>
<texture>
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
<x1>0.8</x1>
<y1>0.78125</y1>
<x2>0.8375</x2>
<y2>1.0</y2>
</texture>
<w>6</w>
<h>44</h>
<transformations>
<transformation>
<type>rotation</type>
<property>/orientation/alpha-deg</property>
<scale>-10</scale>
<offset>225</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>16</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>glare shield</name>
<texture>
<path>Aircraft/Instruments/Textures/bezel1.rgb</path>
<x1>0.5</x1>
<y1>0.0</y1>
<x2>1.0</x2>
<y2>0.5</y2>
</texture>
<w>128</w>
<h>128</h>
<transformations>
<transformation>
<type>x-shift</type>
<offset>3</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-3</offset>
</transformation>
</transformations>
</layer>
</layers>
</PropertyList>