exporter.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <exporter version="1.0">
  2. <!-- identifier of the exporter -->
  3. <name>T2D MIT</name>
  4. <!-- display name of the exporter for the combo box -->
  5. <displayName>Torque 2D MIT</displayName>
  6. <!-- description of the exporter -->
  7. <description>Torque 2D MIT Exporter</description>
  8. <!-- exporter version -->
  9. <version>1.0</version>
  10. <!-- currently only one file allowed - more to come with update -->
  11. <files>
  12. <file>
  13. <!-- name of this file variable -->
  14. <name>TAML</name>
  15. <!-- human readable name (for GUI) -->
  16. <displayName>TAML File</displayName>
  17. <!-- file extension for the file -->
  18. <fileExtension>asset.taml</fileExtension>
  19. <!-- name of the template file -->
  20. <template>template.asset.taml</template>
  21. </file>
  22. </files>
  23. <!-- target framework supports trimming -->
  24. <supportsTrimming>false</supportsTrimming>
  25. <!-- target framework supports rotated sprites -->
  26. <supportsRotation>false</supportsRotation>
  27. <!-- rotated sprites direction (cw/ccw) -->
  28. <rotationDirection>cw</rotationDirection>
  29. <!-- supports npot sizes -->
  30. <supportsNPOT>false</supportsNPOT>
  31. <!-- supports file name stripping (remove .png etc) -->
  32. <supportsTrimSpriteNames>yes</supportsTrimSpriteNames>
  33. <!-- supports texure subpath -->
  34. <supportsTextureSubPath>false</supportsTextureSubPath>
  35. </exporter>