Add support for ALS landing light.
This commit is contained in:
parent
60eed738e1
commit
c8da106350
1 changed files with 18 additions and 13 deletions
|
@ -1300,7 +1300,7 @@
|
|||
<script>c172p.rightDoor.toggle();</script>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
@ -1323,7 +1323,7 @@
|
|||
<script>c172p.leftDoor.toggle();</script>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
@ -1345,7 +1345,7 @@
|
|||
<script>c172p.baggageDoor.toggle();</script>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
@ -1513,6 +1513,11 @@
|
|||
<command>property-toggle</command>
|
||||
<property>controls/lighting/landing-lights</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>sim/rendering/als-secondary-lights/use-landing-light</property>
|
||||
<property>controls/lighting/landing-lights</property>
|
||||
</binding>
|
||||
</action>
|
||||
<hovered>
|
||||
<binding>
|
||||
|
@ -1737,10 +1742,10 @@
|
|||
<object-name>Throttle</object-name>
|
||||
<object-name>ThrottleMount</object-name>
|
||||
<visible>true</visible>
|
||||
|
||||
|
||||
<drag-direction>vertical</drag-direction>
|
||||
<!-- no translation, we handle that seperately -->
|
||||
|
||||
|
||||
<action>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
|
@ -1751,7 +1756,7 @@
|
|||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
@ -1761,7 +1766,7 @@
|
|||
<mapping>percent</mapping>
|
||||
<property>controls/engines/engine[0]/throttle</property>
|
||||
</binding>
|
||||
|
||||
|
||||
</hovered>
|
||||
</animation>
|
||||
|
||||
|
@ -1782,10 +1787,10 @@
|
|||
<object-name>Mixture</object-name>
|
||||
<object-name>MixtureMount</object-name>
|
||||
<visible>true</visible>
|
||||
|
||||
|
||||
<!-- no translation, we handle that seperately -->
|
||||
<drag-direction>vertical</drag-direction>
|
||||
|
||||
|
||||
<action>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
|
@ -1796,7 +1801,7 @@
|
|||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
@ -1817,7 +1822,7 @@
|
|||
<property>controls/flight/elevator-trim</property>
|
||||
<factor>-360</factor>
|
||||
<drag-direction>vertical</drag-direction>
|
||||
|
||||
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
<y>1.0</y>
|
||||
|
@ -1828,7 +1833,7 @@
|
|||
<y-m>-0.20</y-m>
|
||||
<z-m>-0.48</z-m>
|
||||
</center>
|
||||
|
||||
|
||||
<action>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
|
@ -1839,7 +1844,7 @@
|
|||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue