view docs/specs/tileset.md @ 119:1359e09fb3c8

Misc: many FreeBSD fixes
author David Demelier <markand@malikania.fr>
date Fri, 22 Sep 2017 10:40:20 +0200
parents 0addfab87b17
children 835c8ee3f9e5
line wrap: on
line source

# Tileset

## JSON specification

### Synopsis

````json
{
    "cell": {
        width: 32,
        height: 32
    },
    "image": "image-identifier",
    "properties": {
        { "p1", "value 1" },
        { "p2", 'value 2" }
    },
}
````