view docs/specs/tileset.md @ 151:7a8ccd50bdf6

Misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 12:54:40 +0100
parents 835c8ee3f9e5
children
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" }
    },
}
```