27 lines
798 B
XML
27 lines
798 B
XML
|
<?xml version="1.0"?>
|
||
|
<PropertyList>
|
||
|
<path>Bloodhound.ac</path>
|
||
|
|
||
|
<animation>
|
||
|
<type>range</type>
|
||
|
<min-m>0</min-m>
|
||
|
<max-m>15000</max-m>
|
||
|
</animation>
|
||
|
<animation>
|
||
|
<type>select</type>
|
||
|
<condition>
|
||
|
<and>
|
||
|
<greater-than>
|
||
|
<property>/sim/time/utc/year</property>
|
||
|
<value>1958</value>
|
||
|
</greater-than>
|
||
|
<less-than>
|
||
|
<property>/sim/time/utc/year</property>
|
||
|
<value>1991</value>
|
||
|
</less-than>
|
||
|
</and>
|
||
|
</condition>
|
||
|
</animation>
|
||
|
|
||
|
</PropertyList>
|