forked from Gilgatex/alttpsmemotracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaps.json
46 lines (46 loc) · 929 Bytes
/
maps.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
[
{
"name": "metroid",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_full.png"
},
{
"name": "crateria",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_crateria.png"
},
{
"name": "norfair",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_norfair.png"
},
{
"name": "wreckedship",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_ws.png"
},
{
"name": "brinstar",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_brinstar.png"
},
{
"name": "maridia",
"location_size": 40,
"location_border_thickness": 5,
"img": "images/map_maridia.png"
},
{
"name": "lightworld",
"img": "images/lttp_lightworld.png"
},
{
"name": "darkworld",
"img": "images/lttp_darkworld.png"
}
]