digital-vsi.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0"?>
  2. <!--
  3. -->
  4. <PropertyList>
  5. <name>Digital VSI display</name>
  6. <w-base>40</w-base>
  7. <h-base>10</h-base>
  8. <layers>
  9. <layer>
  10. <name>background</name>
  11. <texture>
  12. <path>Aircraft/CanberraBI8/Panels/Instruments/Textures/trans-green-bg.rgb</path>
  13. </texture>
  14. <w>124</w>
  15. <h>20</h>
  16. <transformations>
  17. <transformation>
  18. <type>x-shift</type>
  19. <offset>62</offset>
  20. </transformation>
  21. <transformation>
  22. <type>y-shift</type>
  23. <offset>10</offset>
  24. </transformation>
  25. </transformations>
  26. </layer>
  27. <layer>
  28. <name>Title</name>
  29. <type>text</type>
  30. <point-size>18</point-size>
  31. <color>
  32. <red>0.0</red>
  33. <green>1.0</green>
  34. <blue>0.0</blue>
  35. </color>
  36. <chunks>
  37. <chunk>
  38. <type>literal</type>
  39. <text>VSI: </text>
  40. </chunk>
  41. </chunks>
  42. <transformations>
  43. <transformation>
  44. <type>x-shift</type>
  45. <offset>4</offset>
  46. </transformation>
  47. <transformation>
  48. <type>y-shift</type>
  49. <offset>4</offset>
  50. </transformation>
  51. </transformations>
  52. </layer>
  53. <layer>
  54. <name>Vsi display</name>
  55. <type>text</type>
  56. <font>led</font>
  57. <point-size>7</point-size>
  58. <color>
  59. <red>0.0</red>
  60. <green>1.0</green>
  61. <blue>0.0</blue>
  62. </color>
  63. <chunks>
  64. <chunk>
  65. <type>number-value</type>
  66. <property>/velocities/vertical-speed-fps</property>
  67. <format>%04.2f</format>
  68. </chunk>
  69. </chunks>
  70. <transformations>
  71. <transformation>
  72. <type>x-shift</type>
  73. <offset>65</offset>
  74. </transformation>
  75. <transformation>
  76. <type>y-shift</type>
  77. <offset>3</offset>
  78. </transformation>
  79. </transformations>
  80. </layer>
  81. </layers>
  82. </PropertyList>