summaryrefslogtreecommitdiff
path: root/map/game.tmj
blob: 5401795d9b38e9b28f0799a9e7646fbe9593b0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{ "compressionlevel":-1,
 "height":14,
 "infinite":false,
 "layers":[
        {
         "draworder":"topdown",
         "id":2,
         "name":"Object Layer 1",
         "objects":[
                {
                 "height":16,
                 "id":1,
                 "name":"player",
                 "rotation":0,
                 "type":"player",
                 "visible":true,
                 "width":16,
                 "x":144,
                 "y":96
                }, 
                {
                 "height":32,
                 "id":2,
                 "name":"player",
                 "rotation":0,
                 "type":"player",
                 "visible":true,
                 "width":32,
                 "x":256,
                 "y":144
                }],
         "opacity":1,
         "type":"objectgroup",
         "visible":true,
         "x":0,
         "y":0
        }],
 "nextlayerid":3,
 "nextobjectid":3,
 "orientation":"orthogonal",
 "renderorder":"right-down",
 "tiledversion":"1.10.0",
 "tileheight":16,
 "tilesets":[],
 "tilewidth":16,
 "type":"map",
 "version":"1.10",
 "width":25
}