123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0"?>
- <!-- Airbrake indicator -->
- <PropertyList>
- <path>airbrake-indicator.ac</path>
- <animation>
- <type>select</type>
- <object-name>Open</object-name>
- <condition>
- <not>
- <equals>
- <property>surface-positions/speedbrake-pos-norm</property>
- <value>0</value>
- </equals>
- </not>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Close</object-name>
- <condition>
- <equals>
- <property>surface-positions/speedbrake-pos-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </animation>
-
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|