1
0
Fork 0
fgdata/Models/Geometry/square.xml
2015-03-07 22:11:00 +01:00

45 lines
834 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>square.ac</path>
<animation>
<type>select</type>
<object-name>top</object-name>
<condition>
<not>
<property>sim/model/geometry/square/top</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>left</object-name>
<condition>
<not>
<property>sim/model/geometry/square/left</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>right</object-name>
<condition>
<not>
<property>sim/model/geometry/square/right</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>bottom</object-name>
<condition>
<not>
<property>sim/model/geometry/square/bottom</property>
</not>
</condition>
</animation>
</PropertyList>