cdfa61f112
Here are the latest updates. - Most of the changes involve moving instruments / animation / hotspot files to instruments-3d. - Some re-texturing. - Finished Aerostar gear animation. - I tried adding a LONG variable to the nav radio property tree, but the conversion kept coming out wrong. Multiplying frequencies by 100 and outputing that to another DOUBLE worked, but I cant find the Comm frequencies property updating for the life of me ..... oh well Nasal works.
138 lines
No EOL
2.1 KiB
XML
138 lines
No EOL
2.1 KiB
XML
<!--
|
|
Syd Adams
|
|
|
|
Primus 1000 MFD hotspots
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>MFD hotspots</name>
|
|
<w-base>180</w-base>
|
|
<h-base>240</h-base>
|
|
<w>180</w>
|
|
<h>240</h>
|
|
|
|
<layers>
|
|
</layers>
|
|
<actions>
|
|
|
|
<!--
|
|
<action>
|
|
<name>bezel outline</name>
|
|
<button>0</button>
|
|
<x>-90</x>
|
|
<y>-120</y>
|
|
<w>180</w>
|
|
<h>240</h>
|
|
</action>
|
|
-->
|
|
|
|
|
|
<action>
|
|
<name>Alt decrease</name>
|
|
<button>0</button>
|
|
<x>67</x>
|
|
<y>-110</y>
|
|
<w>8</w>
|
|
<h>14</h>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>autopilot/settings/target-altitude-ft</property>
|
|
<step>-100</step>
|
|
<min>0</min>
|
|
<max>99999</max>
|
|
<wrap>0</wrap>
|
|
</binding>
|
|
</action>
|
|
|
|
<action>
|
|
<name>Alt increase</name>
|
|
<button>0</button>
|
|
<x>75</x>
|
|
<y>-110</y>
|
|
<w>8</w>
|
|
<h>14</h>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>autopilot/settings/target-altitude-ft</property>
|
|
<step>100</step>
|
|
<min>0</min>
|
|
<max>99999</max>
|
|
<wrap>0</wrap>
|
|
</binding>
|
|
</action>
|
|
|
|
<action>
|
|
<name>mode1</name>
|
|
<button>0</button>
|
|
<x>-70</x>
|
|
<y>-110</y>
|
|
<w>14</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
<action>
|
|
<name>mode2</name>
|
|
<button>0</button>
|
|
<x>-50</x>
|
|
<y>-110</y>
|
|
<w>18</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
<action>
|
|
<name>mode3</name>
|
|
<button>0</button>
|
|
<x>-28</x>
|
|
<y>-110</y>
|
|
<w>18</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
<action>
|
|
<name>mode4</name>
|
|
<button>0</button>
|
|
<x>-7</x>
|
|
<y>-110</y>
|
|
<w>18</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
<action>
|
|
<name>mode5</name>
|
|
<button>0</button>
|
|
<x>14</x>
|
|
<y>-110</y>
|
|
<w>18</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
<action>
|
|
<name>mode6</name>
|
|
<button>0</button>
|
|
<x>36</x>
|
|
<y>-110</y>
|
|
<w>18</w>
|
|
<h>10</h>
|
|
<binding>
|
|
</binding>
|
|
</action>
|
|
|
|
|
|
</actions>
|
|
</PropertyList> |