12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- Honeywell Bendix/King KLN-90B GPS -->
- <PropertyList>
-
- <name>KLN-90B display</name>
- <w-base>284</w-base>
- <h-base>142</h-base>
- <layers>
-
- <layer>
- <name>supernav display</name>
- <condition>
- <property>instrumentation/gps-annunciator/super-nav</property>
- </condition>
- <w>284</w>
- <h>142</h>
- <texture>
- <path>gps.png</path>
- <x1> 0.498 </x1>
- <y1> 0.016 </y1>
- <x2> 0.700 </x2>
- <y2> 0.303 </y2>
- </texture>
- <emissive>true</emissive>
- </layer>
-
- <layer>
- <name>normal display</name>
- <condition>
- <not>
- <property>instrumentation/gps-annunciator/super-nav</property>
- </not>
- </condition>
- <w>284</w>
- <h>142</h>
- <texture>
- <path>gps.png</path>
- <x1> 0.532 </x1>
- <y1> 0.016 </y1>
- <x2> 0.898 </x2>
- <y2> 0.303 </y2>
- </texture>
- <emissive>true</emissive>
- </layer>
-
- </layers>
-
- </PropertyList>
|