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>
|
<object-name>Light</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>systems/electrical/outputs/nav-switch</property>
|
<property>controls/lighting/nav-lights-switch</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
<!-- Billboard animation -->
|
<!-- Billboard animation -->
|
||||||
|
@ -24,8 +24,5 @@
|
||||||
<type>billboard</type>
|
<type>billboard</type>
|
||||||
<object-name>Light</object-name>
|
<object-name>Light</object-name>
|
||||||
</animation>
|
</animation>
|
||||||
<effect>
|
|
||||||
<inherits-from>Effects/model-transparent</inherits-from>
|
|
||||||
<object-name>Light</object-name>
|
|
||||||
</effect>
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<object-name>Light</object-name>
|
<object-name>Light</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>systems/electrical/outputs/nav-switch</property>
|
<property>controls/lighting/nav-lights-switch</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -24,8 +24,5 @@
|
||||||
<type>billboard</type>
|
<type>billboard</type>
|
||||||
<object-name>Light</object-name>
|
<object-name>Light</object-name>
|
||||||
</animation>
|
</animation>
|
||||||
<effect>
|
|
||||||
<inherits-from>Effects/model-transparent</inherits-from>
|
|
||||||
<object-name>Light</object-name>
|
|
||||||
</effect>
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>Light</object-name>
|
<object-name>Light</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<property>systems/electrical/outputs/strobe</property>
|
<property>sim/model/lights/strobe/state</property>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
Reference in a new issue