view examples/js-sprite/resources/sprites/margins.json @ 99:0addfab87b17

Common: implement basic tilesets, closes #664
author David Demelier <markand@malikania.fr>
date Fri, 18 Aug 2017 18:45:07 +0200
parents f4d23ad4aa27
children
line wrap: on
line source

{
    "image": "images/margins.png",
    "cell": {
        "width": 32,
        "height": 32
    },
    "margin": {
        "width": 4,
        "height": 6
    },
    "space": {
        "width": 2,
        "height": 3
    }
}