-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObstacles.json
More file actions
58 lines (58 loc) · 1.21 KB
/
Obstacles.json
File metadata and controls
58 lines (58 loc) · 1.21 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
{
"0": {
"key": "0",
"name": "Basic Button",
"height": 15,
"width": 9,
"topLeftOffset": [-4, -14],
"botRightOffset": [4, 0],
"goalOffset": [0, -15],
"config": [
[0, 0, 0],
[0, 0, 0],
[0, 0, 0]
]
},
"1": {
"key": "1",
"name": "Trust",
"height": 11,
"width": 19,
"topLeftOffset": [-9, 0],
"botRightOffset": [9, 10],
"goalOffset": [0, 13],
"config": [
[1, 0, 1],
[0, 0, 0],
[1, 0, 1]
]
},
"2": {
"key": "2",
"name": "Mars",
"height": 10,
"width": 30,
"topLeftOffset": [0, -4],
"botRightOffset": [30, 7],
"goalOffset": [28, -6],
"config": [
[0, 1, 0],
[1, 0, 1],
[0, 1, 0]
]
},
"3": {
"key": "3",
"name": "Sacrifice",
"height": 23,
"width": 11,
"topLeftOffset": [-5, -22],
"botRightOffset": [5, 0],
"goalOffset": [0, -20.2],
"config": [
[1, 1, 1],
[1, 0, 1],
[1, 1, 1]
]
}
}