Fix lights navegation and strobe
This commit is contained in:
parent
61926f14ed
commit
f9ed3733e7
3 changed files with 6 additions and 12 deletions
|
@ -12,10 +12,10 @@
|
|||
<object-name>Light</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>systems/electrical/outputs/nav-switch</property>
|
||||
<property>controls/lighting/nav-lights-switch</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- Billboard animation -->
|
||||
|
@ -24,8 +24,5 @@
|
|||
<type>billboard</type>
|
||||
<object-name>Light</object-name>
|
||||
</animation>
|
||||
<effect>
|
||||
<inherits-from>Effects/model-transparent</inherits-from>
|
||||
<object-name>Light</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<object-name>Light</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>systems/electrical/outputs/nav-switch</property>
|
||||
<property>controls/lighting/nav-lights-switch</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
|
@ -24,8 +24,5 @@
|
|||
<type>billboard</type>
|
||||
<object-name>Light</object-name>
|
||||
</animation>
|
||||
<effect>
|
||||
<inherits-from>Effects/model-transparent</inherits-from>
|
||||
<object-name>Light</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<type>select</type>
|
||||
<object-name>Light</object-name>
|
||||
<condition>
|
||||
<property>systems/electrical/outputs/strobe</property>
|
||||
<property>sim/model/lights/strobe/state</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
|
Reference in a new issue