<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">

<!-- This part should be the same for any 3D panel.  Customize the actions section -->
<PropertyList>

 <name>P51D Panel Hotspots lower panel</name>
 <background>Aircraft/p51d/Models/transparent-bg.rgb</background>
 <w>1024</w>
 <h>768</h>
 <y-offset>0</y-offset>

 <instruments>
  <instrument>
   <name>Lower Panel Controls</name>
   <x>512</x>
   <y>384</y>
   <w>1024</w>
   <h>768</h>
   <w-base>1024</w-base>
   <h-base>1024</h-base>


 <layers>
  <layer>
   <name>background</name>
   <texture>
<!--
     <path>Aircraft/p51d/Models/hotspotgrid.rgb</path>
-->
     <path>Aircraft/p51d/Models/transparent-bg.rgb</path>
     <x1>0.0</x1>
     <y1>0.0</y1>
     <x2>1.0</x2>
     <y2>1.0</y2>
   </texture>
  </layer>
 </layers>

<!-- define hotspot actions below -->

  <!--  gun sight piper dimmer hotspots -->
  <action>
   <name>piper brighter</name>
   <button>0</button>
   <x>0</x>
   <y>350</y>
   <w>128</w>
   <h>60</h>
   <binding>
    <command>property-adjust</command>
    <property>/controls/armament/gunsight/intensity</property>
    <step>0.1</step>
    <min>0</min>
    <max>1</max>
    <wrap>0</wrap>
   </binding>
  </action>

  <action>
   <name>piper darker</name>
   <button>0</button>
   <x>-128</x>
   <y>350</y>
   <w>128</w>
   <h>60</h>
   <binding>
    <command>property-adjust</command>
    <property>/controls/armament/gunsight/intensity</property>
    <step>-0.1</step>
    <min>0</min>
    <max>1</max>
    <wrap>0</wrap>
   </binding>
  </action>

 </actions>

  </instrument>

 </instruments>

</PropertyList>