1
0
Fork 0
fgdata/Models/Geometry/square.xml

46 lines
834 B
XML
Raw Normal View History

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