comparison doc/src/specs/tileset.md @ 196:5b0f7ffab962

doc: initial html support
author David Demelier <markand@malikania.fr>
date Tue, 20 Nov 2018 12:14:00 +0100
parents docs/specs/tileset.md@3107ce017c3a
children
comparison
equal deleted inserted replaced
195:ae3741be8c38 196:5b0f7ffab962
1 # Tileset
2
3 ## JSON specification
4
5 ### Synopsis
6
7 ```json
8 {
9 "cell": {
10 width: 32,
11 height: 32
12 },
13 "image": "image-identifier",
14 "properties": {
15 { "p1", "value 1" },
16 { "p2", 'value 2" }
17 },
18 }
19 ```