view doc/src/specs/tileset.md @ 198:bf17be3e20f2

misc: remove .clang
author David Demelier <markand@malikania.fr>
date Tue, 27 Nov 2018 21:07:00 +0100
parents 5b0f7ffab962
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" }
    },
}
```