chute.xml 507 B

123456789101112131415161718192021222324
  1. <?xml version = '1.0' ?>
  2. <PropertyList>
  3. <!-- Braking Chute -->
  4. <path>chute.ac</path>
  5. <animation>
  6. <type>rotate</type>
  7. <object-name>switch</object-name>
  8. <property>controls/doors/chute-switch-pos</property>
  9. <axis>
  10. <x>0</x>
  11. <y>1</y>
  12. <z>0</z>
  13. </axis>
  14. <interpolation>
  15. <entry><ind>0</ind><dep>0</dep></entry>
  16. <entry><ind>1</ind><dep>45</dep></entry>
  17. <entry><ind>2</ind><dep>-45</dep></entry>
  18. </interpolation>
  19. </animation>
  20. </PropertyList>