-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmap2.json
More file actions
72 lines (72 loc) · 1.31 KB
/
map2.json
File metadata and controls
72 lines (72 loc) · 1.31 KB
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
{
"width": 1600,
"height": 900,
"obstacles": [
{
"x": 0,
"y": 870,
"width": 1600,
"height": 30
},
{
"x": 800,
"y": 670,
"width": 300,
"height": 30
},
{
"x": 500,
"y": 550,
"width": 200,
"height": 30
},
{
"x": 1100,
"y": 500,
"width": 240,
"height": 30
},
{
"x": 300,
"y": 400,
"width": 150,
"height": 20
},
{
"x": 100,
"y": 600,
"width": 200,
"height": 20
},
{
"x": 1300,
"y": 300,
"width": 200,
"height": 20
},
{
"x": 900,
"y": 200,
"width": 250,
"height": 20
},
{
"x": 400,
"y": 100,
"width": 300,
"height": 20
},
{
"x": 100,
"y": 820,
"width": 100,
"height": 50
},
{
"x": 150,
"y": 760,
"width": 50,
"height": 60
}
]
}