Skip to content

Commit

Permalink
Merge pull request #8 from CodeAndWeb/main
Browse files Browse the repository at this point in the history
Minor changes to the DefoldExporter for TexturePacker
  • Loading branch information
JCash authored May 7, 2024
2 parents b2a4847 + c3ea96d commit 7bd69e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
This value is stored when the exporter is referenced from a saved file (.tps).
It is also used to select the exporter from command line.
Change this if you've duplicated an existing exporter -->
<name>defoldexporter</name>
<name>defold</name>

<nameAlias>defoldexporter</nameAlias>

<!-- Name of the exporter that is shown in the framework selector dialog -->
<!-- Change this if you duplicated an existing exporter -->
<displayName>DefoldExporter</displayName>
<displayName>Defold</displayName>


<!-- A description of the exporter -->
<description>Exporter for Defold</description>
Expand Down Expand Up @@ -97,7 +100,7 @@
<supportsPolygonPacking>true</supportsPolygonPacking>

<!-- target framework supports pivot point settings (default=false) -->
<supportsPivotPoint>true</supportsPivotPoint>
<supportsPivotPoint>false</supportsPivotPoint>

<!-- target framework accepts sprite names without file name extension. (default=false) -->
<supportsTrimSpriteNames>false</supportsTrimSpriteNames>
Expand Down

0 comments on commit 7bd69e2

Please sign in to comment.