MichPerry-GG 576d8666e8 - Added instructions and template code to export ImageAsset files directly from Zoptex (http://www.zwopple.com/zwoptex/) il y a 12 ans
..
ReadMe.txt 576d8666e8 - Added instructions and template code to export ImageAsset files directly from Zoptex (http://www.zwopple.com/zwoptex/) il y a 12 ans

ReadMe.txt

This read me contains instructions for adding a new template to Zwoptex, allowing you to publish directly to a T2D ImageAsset format.

1. Open Zwoptex
2. Open preferences (cmd+,)
3. Click on "Coordinates Formats"
4. Click the plus symbol at the bottom
5. Rename to T2D
6. Change the extension to .asset.taml
7. Copy the following to the source box:

AssetName="{{ metadata.target.name }}"
ImageFile="@assetFile={{ metadata.target.textureFileName }}{{ metadata.target.textureFileExtension }}">

{% for sprite in spritesAndAliases %}
{% /for %}


And that's it! You can now publish ImageAssets directly from Zoptex