123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?xml version="1.0"?>
- <!--
- Edgley OA-7 Optica
- Gary R. Neely 'Buckaroo', Jan 2011
- -->
- <PropertyList>
- <name>Column</name>
- <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
- <w>64</w>
- <h>128</h>
- <instruments>
- <instrument>
- <name>panel hotspots</name>
- <x>32</x>
- <y>64</y>
- <w>64</w>
- <h>128</h>
- <w-base>64</w-base>
- <h-base>128</h-base>
- <actions>
- <!-- Ignition Switch -->
- <action>
- <name>Ignition</name>
- <button>0</button>
- <x>14</x>
- <y>-2</y>
- <w>16</w>
- <h>18</h>
- <binding>
- <command>nasal</command>
- <script>Optica.ignition_switch(1,0);</script>
- </binding>
- <mod-up>
- <binding>
- <command>nasal</command>
- <script>Optica.ignition_switch(1,1);</script>
- </binding>
- </mod-up>
- </action>
- <action>
- <name>Ignition</name>
- <button>1</button>
- <x>14</x>
- <y>-2</y>
- <w>16</w>
- <h>18</h>
- <binding>
- <command>nasal</command>
- <script>Optica.ignition_switch(-1,0);</script>
- </binding>
- </action>
- <!-- Master Switches -->
- <action>
- <name>Alternator</name>
- <button>0</button>
- <x>2</x>
- <y>-2</y>
- <w>5</w>
- <h>18</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/alternator</property>
- </binding>
- </action>
- <action>
- <name>Battery</name>
- <button>0</button>
- <x>7</x>
- <y>-2</y>
- <w>5</w>
- <h>18</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/battery</property>
- </binding>
- </action>
- <!-- Other Switches -->
- <action>
- <name>FuelPump</name>
- <button>0</button>
- <x>14</x>
- <y>-24</y>
- <w>5</w>
- <h>8</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/fuelpump</property>
- </binding>
- </action>
- <action>
- <name>Avionics</name>
- <button>0</button>
- <x>24</x>
- <y>-24</y>
- <w>5</w>
- <h>8</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/avionics</property>
- </binding>
- </action>
- <action>
- <name>PitotHeat</name>
- <button>0</button>
- <x>14</x>
- <y>-35</y>
- <w>5</w>
- <h>8</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/pitotheat</property>
- </binding>
- </action>
- <action>
- <name>INOP2</name>
- <button>0</button>
- <x>24</x>
- <y>-35</y>
- <w>5</w>
- <h>8</h>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/inop2</property>
- </binding>
- </action>
- </actions>
- </instrument>
- </instruments>
- </PropertyList>
|