template.asset.taml 339 B

12345678
  1. <ImageAsset
  2. AssetName="{{texture.trimmedName}}"
  3. ImageFile="@assetFile={{texture.fullName}}">
  4. <ImageAsset.Cells>
  5. {% for sprite in allSprites %}<Cell Offset="{{sprite.frameRect.x}} {{sprite.frameRect.y}}" Width="{{sprite.frameRect.width}}" Height="{{sprite.frameRect.height}}"/>
  6. {% endfor %}
  7. </ImageAsset.Cells>
  8. </ImageAsset>