view examples/js-sprite/resources/sprites/margins.json @ 214:e2574aa8301d

client: add basic input text, closes #910
author David Demelier <markand@malikania.fr>
date Sun, 01 Sep 2019 06:53:48 +0200
parents 3107ce017c3a
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
    }
}