c172p: fix battery gauge scaling
(Preflight check - anyone? ;-) ) Also support "omit-knobs" property for HDG instrument knob
This commit is contained in:
parent
d699b3fea1
commit
6760eae7b7
2 changed files with 8 additions and 2 deletions
|
@ -83,6 +83,12 @@ Jan 30 2003
|
|||
|
||||
<layer>
|
||||
<name>HDG Knob</name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/sim/instrument-options/omit-knobs</property>
|
||||
<value></value>
|
||||
</equals>
|
||||
</condition>
|
||||
<w>88</w>
|
||||
<h>88</h>
|
||||
<texture>
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
<object-name>PtrTipL</object-name>
|
||||
<property>systems/electrical/amps</property>
|
||||
<interpolation>
|
||||
<entry><ind>-40</ind><dep>-45</dep></entry>
|
||||
<entry><ind>-40</ind><dep>-30</dep></entry>
|
||||
<entry><ind>0</ind><dep>0</dep></entry>
|
||||
<entry><ind>40</ind><dep>45</dep></entry>
|
||||
<entry><ind>40</ind><dep>33</dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
|
|
Loading…
Add table
Reference in a new issue