-
Notifications
You must be signed in to change notification settings - Fork 0
/
level.json
123 lines (123 loc) · 2.82 KB
/
level.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{ "compressionlevel":-1,
"height":17,
"infinite":false,
"layers":[
{
"compression":"zlib",
"data":"eJxjYBgFo2AUjIJRMApGwSigLwAACIAAAQ==",
"encoding":"base64",
"height":17,
"id":1,
"name":"Background",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
},
{
"compression":"zlib",
"data":"eJxjYBgFo2AUjIJRAAJrGRkY1gHxesaBsf8s0N5zQHx+gOx\/C7T3HRC\/HyD7R8HIAgDs\/wdI",
"encoding":"base64",
"height":17,
"id":2,
"name":"Blocks",
"opacity":1,
"properties":[
{
"name":"blocks",
"type":"bool",
"value":true
}],
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
},
{
"compression":"zlib",
"data":"eJxjYBgFo2AUjIJRMApGwSigLwAACIAAAQ==",
"encoding":"base64",
"height":17,
"id":6,
"name":"Fringe",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
},
{
"compression":"zlib",
"data":"eJxjYBgFo2AUjIJRMApGwSigLwAACIAAAQ==",
"encoding":"base64",
"height":17,
"id":5,
"name":"Coins",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
},
{
"draworder":"topdown",
"id":4,
"name":"Objects",
"objects":[
{
"gid":90,
"height":48,
"id":10,
"name":"",
"rotation":0,
"type":"",
"visible":true,
"width":48,
"x":64,
"y":160
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
},
{
"compression":"zlib",
"data":"eJxjYBgFo2AUjIJRMApGwSigLwAACIAAAQ==",
"encoding":"base64",
"height":17,
"id":3,
"name":"Foreground",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
}],
"nextlayerid":7,
"nextobjectid":11,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
"tileheight":16,
"tilesets":[
{
"firstgid":1,
"source":"deps\/Content\/objects.json"
},
{
"firstgid":205,
"source":"deps\/Content\/earthworld.json"
}],
"tilewidth":16,
"type":"map",
"version":"1.10",
"width":32
}