
{{config.imageName}}
size: {{config.imageWidth}},{{config.imageHeight}}
format: {{config.format}}
filter: Nearest,Nearest
repeat: none
{{#rects}}
{{{name}}}
  rotate: {{rotated}}
  xy: {{frame.x}},{{frame.y}}
  size: {{frame.w}},{{frame.h}}
  orig: {{sourceSize.w}},{{sourceSize.h}}
  offset: 0,0
  index: -1
{{/rects}}