view docs/specs/tileset.md @ 127:991f2af682a0

Server: import SQLite
author David Demelier <markand@malikania.fr>
date Fri, 22 Sep 2017 13:08:35 +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" }
    },
}
````