Added beacon and navigation lights.
This commit is contained in:
parent
04ae53be36
commit
cab674876f
2 changed files with 2056 additions and 1728 deletions
File diff suppressed because it is too large
Load diff
|
@ -73,6 +73,42 @@
|
|||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>LeftNavLightOn</object-name>
|
||||
<object-name>RightNavLightOn</object-name>
|
||||
<condition>
|
||||
<property>/controls/lights/navigation</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>LeftNavLightOff</object-name>
|
||||
<object-name>RightNavLightOff</object-name>
|
||||
<condition>
|
||||
<not>
|
||||
<property>/controls/lights/navigation</property>
|
||||
</not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>BeaconFlasher</name>
|
||||
<type>timed</type>
|
||||
<object-name>BeaconOff</object-name>
|
||||
<object-name>BeaconOn</object-name>
|
||||
<duration-sec>1.0</duration-sec>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconFlasher</object-name>
|
||||
<condition>
|
||||
<property>/controls/lights/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>Propeller</object-name>
|
||||
|
|
Loading…
Reference in a new issue