Use the new controlls property layout for external lights
This commit is contained in:
parent
a409f14df0
commit
5d230c227b
2 changed files with 13 additions and 13 deletions
|
@ -344,7 +344,7 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
<h>50</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/lights/navigation</property>
|
||||
<property>/controls/lighting/nav-lights</property>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
@ -357,7 +357,7 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
<h>50</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/lights/beacon</property>
|
||||
<property>/controls/lighting/beacon</property>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
@ -384,7 +384,7 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
<h>50</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/lights/strobes</property>
|
||||
<property>/controls/lighting/strobe</property>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
@ -397,7 +397,7 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
<h>50</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/lights/taxi</property>
|
||||
<property>/controls/lighting/taxi-light</property>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
@ -410,7 +410,7 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
<h>50</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/lights/landing</property>
|
||||
<property>/controls/lighting/landing-lights</property>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>TaxiLightSwitch</object-name>
|
||||
<property>/controls/lights/taxi</property>
|
||||
<property>/controls/lighting/taxi-light</property>
|
||||
<factor>-55</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -243,7 +243,7 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>LandingLightSwitch</object-name>
|
||||
<property>/controls/lights/landing</property>
|
||||
<property>/controls/lighting/landing-lights</property>
|
||||
<factor>-55</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -277,7 +277,7 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>NavLightSwitch</object-name>
|
||||
<property>/controls/lights/navigation</property>
|
||||
<property>/controls/lighting/nav-lights</property>
|
||||
<factor>-55</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -294,7 +294,7 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>BeaconSwitch</object-name>
|
||||
<property>/controls/lights/beacon</property>
|
||||
<property>/controls/lighting/beacon</property>
|
||||
<factor>-55</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -311,7 +311,7 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>StrobeSwitch</object-name>
|
||||
<property>/controls/lights/strobes</property>
|
||||
<property>/controls/lighting/strobe</property>
|
||||
<factor>-55</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -390,7 +390,7 @@
|
|||
<object-name>RightNavLightOn</object-name>
|
||||
<object-name>RearNavLightOn</object-name>
|
||||
<condition>
|
||||
<property>/controls/lights/navigation</property>
|
||||
<property>/controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
@ -401,7 +401,7 @@
|
|||
<object-name>RearNavLightOff</object-name>
|
||||
<condition>
|
||||
<not>
|
||||
<property>/controls/lights/navigation</property>
|
||||
<property>/controls/lighting/nav-lights</property>
|
||||
</not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
@ -418,7 +418,7 @@
|
|||
<type>select</type>
|
||||
<object-name>BeaconFlasher</object-name>
|
||||
<condition>
|
||||
<property>/controls/lights/beacon</property>
|
||||
<property>/controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
|
Loading…
Reference in a new issue