-
Notifications
You must be signed in to change notification settings - Fork 0
/
exporter.xml
51 lines (35 loc) · 1.45 KB
/
exporter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<exporter version="1.0">
<!-- identifier of the exporter -->
<name>sticky-spritesheet</name>
<!-- display name of the exporter for the combo box -->
<displayName>Sticky Sprite Sheet (css)</displayName>
<!-- description of the exporter -->
<description>Exporter for CSS Retina.</description>
<!-- exporter version -->
<version>1.0</version>
<!-- currently only one file allowed - more to come with update -->
<files>
<file>
<!-- name of this file variable -->
<name>scss</name>
<!-- human readable name (for GUI) -->
<displayName>Sticky Spritesheet</displayName>
<!-- file extension for the file -->
<fileExtension>scss</fileExtension>
<!-- name of the template file -->
<template>spritesheet.scss</template>
</file>
</files>
<!-- target framework supports trimming -->
<supportsTrimming>false</supportsTrimming>
<!-- target framework supports rotated sprites -->
<supportsRotation>false</supportsRotation>
<!-- rotated sprites direction (cw/ccw) -->
<rotationDirection>cw</rotationDirection>
<!-- supports npot sizes -->
<supportsNPOT>true</supportsNPOT>
<!-- supports file name stripping (remove .png etc) -->
<supportsTrimSpriteNames>yes</supportsTrimSpriteNames>
<!-- supports texure subpath -->
<supportsTextureSubPath>yes</supportsTextureSubPath>
</exporter>