-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaps.json
More file actions
46 lines (46 loc) · 710 Bytes
/
maps.json
File metadata and controls
46 lines (46 loc) · 710 Bytes
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": "child",
"img": "images/map_2.jpg"
},
{
"name": "adult",
"img": "images/map_2.jpg"
},
{
"name": "dekutree",
"img": "images/map_dekutree.png"
},
{
"name": "dc",
"img": "images/map_dc.png"
},
{
"name": "jabujabu",
"img": "images/map_jabujabu.png"
},
{
"name": "forest",
"img": "images/map_forest.png"
},
{
"name": "fire",
"img": "images/map_fire.png"
},
{
"name": "water",
"img": "images/map_water.png"
},
{
"name": "botw",
"img": "images/map_botw.png"
},
{
"name": "shadow",
"img": "images/map_shadow.png"
},
{
"name": "spirit",
"img": "images/map_spirit.png"
}
]