---
meta:
    image: {{{name}}}.png
    size: 
        w: {{width}}
        h: {{height}}
    scale: 1
    app: https://github.com/kevinchen2046/spritesheet-game
frames: 
{{#files}}
    {{{name}}}{{extension}}:
    {{#trimmed}}
        frame: 
            x: {{x}}
            y: {{y}}
            w: {{width}}
            h: {{height}}
        rotated: false
        trimmed: true
        spriteSourceSize:
            x: {{trim.x}}
            y: {{trim.y}}
            w: {{width}}
            h: {{height}}
        sourceSize: 
            w: {{originalwidth}}
            h: {{originalheight}}
    {{/trimmed}}
    {{^trimmed}}
        frame: 
            x: {{x}}
            y: {{y}}
            w: {{width}}
            h: {{height}}
        rotated: false
        trimmed: false
        spriteSourceSize: 
            x: 0
            y: 0
            w: {{width}}
            h: {{height}}
        sourceSize: 
            w: {{width}}
            h: {{height}}
    {{/trimmed}}
{{/files}}
