|
1 | 1 | <exporter> |
2 | 2 | <name>phaser-json</name> |
3 | 3 | <displayName>Phaser (JSON)</displayName> |
4 | | - <description>Exporter for Phaser, JSON</description> |
| 4 | + <description>Exporter for Phaser, JSON</description> |
5 | 5 | <version>1.0</version> |
6 | 6 | <yAxisDirection>down</yAxisDirection> |
7 | 7 | <physicsEngine>box2d</physicsEngine> |
|
11 | 11 | <enabled>no</enabled> |
12 | 12 | </anchorPoint> |
13 | 13 | <origin> |
14 | | - <type>fixed</type> |
15 | | - <relX>0.0</relX> |
16 | | - <relY>1.0</relY> |
17 | | - </origin> |
18 | | - <supportsCircles>yes</supportsCircles> |
| 14 | + <type>fixed</type> |
| 15 | + <relX>0.0</relX> |
| 16 | + <relY>1.0</relY> |
| 17 | + </origin> |
| 18 | + <supportsCircles>yes</supportsCircles> |
| 19 | + <global> |
| 20 | + <parameter> |
| 21 | + <name>name_prefix</name> |
| 22 | + <displayName>Name prefix</displayName> |
| 23 | + <shortDescription>Prepend sprite name</shortDescription> |
| 24 | + <description>Prepend the sprite name with a string, mimicking the option 'prepend folder name' in TexturePacker.</description> |
| 25 | + <type><code>string</code></type> |
| 26 | + <default></default> |
| 27 | + </parameter> |
| 28 | + </global> |
19 | 29 | <body> |
20 | 30 | </body> |
21 | 31 | <fixture> |
22 | | - <parameter> |
23 | | - <name>fixtureKey</name> |
24 | | - <description>Give this fixture a unique KEY so you can retrieve it later in phaser</description> |
25 | | - <displayName>Fixture's Key</displayName> |
26 | | - <type>string</type> |
27 | | - <default></default> |
28 | | - </parameter> |
| 32 | + <parameter> |
| 33 | + <name>fixtureKey</name> |
| 34 | + <description>Give this fixture a unique KEY so you can retrieve it later in Phaser.</description> |
| 35 | + <displayName>Fixture's Key</displayName> |
| 36 | + <type>string</type> |
| 37 | + <default></default> |
| 38 | + </parameter> |
29 | 39 |
|
30 | | - <parameter> |
31 | | - <name>isSensor</name> |
32 | | - <displayName>Is Sensor</displayName> |
33 | | - <description>If set the physial </description> |
34 | | - <type>bool</type> |
35 | | - <default>false</default> |
36 | | - </parameter> |
| 40 | + <parameter> |
| 41 | + <name>isSensor</name> |
| 42 | + <displayName>Is Sensor</displayName> |
| 43 | + <description>If set the physical</description> |
| 44 | + <type>bool</type> |
| 45 | + <default>false</default> |
| 46 | + </parameter> |
37 | 47 |
|
38 | | - <parameter> |
39 | | - <name>filter_groupIndex</name> |
40 | | - <displayName>Group</displayName> |
41 | | - <description>Collision group.</description> |
42 | | - <shortDescription></shortDescription> |
43 | | - <type>int</type> |
44 | | - <default>0</default> |
45 | | - </parameter> |
| 48 | + <parameter> |
| 49 | + <name>filter_groupIndex</name> |
| 50 | + <displayName>Group</displayName> |
| 51 | + <description>Collision group</description> |
| 52 | + <shortDescription></shortDescription> |
| 53 | + <type>int</type> |
| 54 | + <default>0</default> |
| 55 | + </parameter> |
46 | 56 |
|
47 | | - <parameter> |
48 | | - <name>filter_bitfield</name> |
49 | | - <type>bitfield</type> |
50 | | - <size>16</size> |
51 | | - </parameter> |
| 57 | + <parameter> |
| 58 | + <name>filter_bitfield</name> |
| 59 | + <type>bitfield</type> |
| 60 | + <size>16</size> |
| 61 | + </parameter> |
52 | 62 |
|
53 | | - <parameter> |
54 | | - <name>filter_categoryBits</name> |
55 | | - <displayName>Cat.</displayName> |
56 | | - <description>Collision category</description> |
57 | | - <shortDescription>Collision category</shortDescription> |
58 | | - <type>uint16</type> |
59 | | - <default>1</default> |
60 | | - <bitfield>yes</bitfield> |
61 | | - </parameter> |
62 | | - <parameter> |
63 | | - <name>filter_maskBits</name> |
64 | | - <displayName>Mask</displayName> |
65 | | - <description>Collision mask</description> |
66 | | - <shortDescription>Collision mask</shortDescription> |
67 | | - <type>uint16</type> |
68 | | - <default>65535</default> |
69 | | - <bitfield>yes</bitfield> |
70 | | - </parameter> |
71 | | - </fixture> |
| 63 | + <parameter> |
| 64 | + <name>filter_categoryBits</name> |
| 65 | + <displayName>Cat.</displayName> |
| 66 | + <description>Collision category</description> |
| 67 | + <shortDescription>Collision category</shortDescription> |
| 68 | + <type>uint16</type> |
| 69 | + <default>1</default> |
| 70 | + <bitfield>yes</bitfield> |
| 71 | + </parameter> |
| 72 | + <parameter> |
| 73 | + <name>filter_maskBits</name> |
| 74 | + <displayName>Mask</displayName> |
| 75 | + <description>Collision mask</description> |
| 76 | + <shortDescription>Collision mask</shortDescription> |
| 77 | + <type>uint16</type> |
| 78 | + <default>65535</default> |
| 79 | + <bitfield>yes</bitfield> |
| 80 | + </parameter> |
| 81 | + </fixture> |
72 | 82 | </exporter> |
73 | 83 |
|
0 commit comments