12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0"?>
- <!--
- -->
- <PropertyList>
- <name>Digital VSI display</name>
- <w-base>40</w-base>
- <h-base>10</h-base>
- <layers>
- <layer>
- <name>background</name>
- <texture>
- <path>Aircraft/CanberraBI8/Panels/Instruments/Textures/trans-green-bg.rgb</path>
- </texture>
- <w>124</w>
- <h>20</h>
- <transformations>
- <transformation>
- <type>x-shift</type>
- <offset>62</offset>
- </transformation>
- <transformation>
- <type>y-shift</type>
- <offset>10</offset>
- </transformation>
- </transformations>
- </layer>
- <layer>
- <name>Title</name>
- <type>text</type>
- <point-size>18</point-size>
- <color>
- <red>0.0</red>
- <green>1.0</green>
- <blue>0.0</blue>
- </color>
- <chunks>
- <chunk>
- <type>literal</type>
- <text>VSI: </text>
- </chunk>
- </chunks>
- <transformations>
- <transformation>
- <type>x-shift</type>
- <offset>4</offset>
- </transformation>
- <transformation>
- <type>y-shift</type>
- <offset>4</offset>
- </transformation>
- </transformations>
- </layer>
- <layer>
- <name>Vsi display</name>
- <type>text</type>
- <font>led</font>
- <point-size>7</point-size>
- <color>
- <red>0.0</red>
- <green>1.0</green>
- <blue>0.0</blue>
- </color>
- <chunks>
- <chunk>
- <type>number-value</type>
- <property>/velocities/vertical-speed-fps</property>
- <format>%04.2f</format>
- </chunk>
- </chunks>
- <transformations>
- <transformation>
- <type>x-shift</type>
- <offset>65</offset>
- </transformation>
- <transformation>
- <type>y-shift</type>
- <offset>3</offset>
- </transformation>
- </transformations>
- </layer>
- </layers>
- </PropertyList>
|