display.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- Honeywell Bendix/King KLN-90B GPS -->
  3. <PropertyList>
  4. <name>KLN-90B display</name>
  5. <w-base>284</w-base>
  6. <h-base>142</h-base>
  7. <layers>
  8. <layer>
  9. <name>supernav display</name>
  10. <condition>
  11. <property>instrumentation/gps-annunciator/super-nav</property>
  12. </condition>
  13. <w>284</w>
  14. <h>142</h>
  15. <texture>
  16. <path>gps.png</path>
  17. <x1> 0.498 </x1>
  18. <y1> 0.016 </y1>
  19. <x2> 0.700 </x2>
  20. <y2> 0.303 </y2>
  21. </texture>
  22. <emissive>true</emissive>
  23. </layer>
  24. <layer>
  25. <name>normal display</name>
  26. <condition>
  27. <not>
  28. <property>instrumentation/gps-annunciator/super-nav</property>
  29. </not>
  30. </condition>
  31. <w>284</w>
  32. <h>142</h>
  33. <texture>
  34. <path>gps.png</path>
  35. <x1> 0.532 </x1>
  36. <y1> 0.016 </y1>
  37. <x2> 0.898 </x2>
  38. <y2> 0.303 </y2>
  39. </texture>
  40. <emissive>true</emissive>
  41. </layer>
  42. </layers>
  43. </PropertyList>