1
0
Fork 0

Added beacon and navigation lights.

This commit is contained in:
david 2002-11-06 16:01:53 +00:00
parent 04ae53be36
commit cab674876f
2 changed files with 2056 additions and 1728 deletions

File diff suppressed because it is too large Load diff

View file

@ -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>