2019-10-14 12:48:35 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2020-04-18 01:32:46 -04:00
|
|
|
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
2019-10-14 12:48:35 -04:00
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<path>res/strobe.ac</path>
|
|
|
|
|
|
|
|
<!-- ANIMATIONS -->
|
|
|
|
<!-- On/off -->
|
|
|
|
<animation>
|
|
|
|
<name>On/off</name>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Light</object-name>
|
|
|
|
<condition>
|
|
|
|
<property>sim/model/lights/strobe/state</property>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
2020-06-12 02:08:40 +10:00
|
|
|
<animation>
|
|
|
|
<type>noshadow</type>
|
|
|
|
<object-name>Light</object-name>
|
|
|
|
</animation>
|
|
|
|
|
2019-10-14 12:48:35 -04:00
|
|
|
<!-- Billboard animation -->
|
|
|
|
<animation>
|
|
|
|
<name>Billboard</name>
|
|
|
|
<type>billboard</type>
|
|
|
|
<object-name>Light</object-name>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
</PropertyList>
|