comparison examples/js-sprite/resources/sprites/margins.json @ 215:268b66d72ec0 default tip @

misc: remove Javascript bindings, closes #2402
author David Demelier <markand@malikania.fr>
date Thu, 10 Oct 2019 13:52:57 +0200
parents e2574aa8301d
children
comparison
equal deleted inserted replaced
214:e2574aa8301d 215:268b66d72ec0
1 {
2 "image": "images/margins.png",
3 "cell": {
4 "width": 32,
5 "height": 32
6 },
7 "margin": {
8 "width": 4,
9 "height": 6
10 },
11 "space": {
12 "width": 2,
13 "height": 3
14 }
15 }