-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json
89 lines (89 loc) · 1.97 KB
/
config.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
{
"global": {
"Parse": {
"applicationId": "",
"restKey": "",
"url": "https://api.parse.com/1/"
},
"Map": {
"defaultMap": 0,
"maps": [
{
"name": "Skyrim",
"id": "skyrim",
"image": "skyrim.jpg",
"width": 3000,
"height": 2121
}
],
"mapType": "scrollView"
},
"Menu": {
"primaryItems": [
{
"name": "Maps",
"type": "maps",
"icon": "iconQuest.png"
},
{
"name": "Search",
"type": "search",
"icon": "iconFilter.png"
}
],
"secondaryItems": [
{
"name": "User",
"type": "userProfile",
"icon": "iconParty.png"
},
{
"name": "Settings",
"type": "settings",
"icon": "iconSettings.png"
}
]
},
"markerTypes": [
"Quest",
"Battle",
"Item",
"Special",
"Location",
"Story",
"Epic",
"Other"
],
"icons": {
"quest": "103-map.png",
"battle": "251-sword.png",
"item": "115-bow-and-arrow.png",
"commerce": "294-macroflower.png",
"special": "281-crown.png",
"location": "131-tower.png",
"story": "71-compass.png",
"epic": "134-viking.png",
"other": "96-book.png",
"folder": "96-book.png"
},
"markerColors": {
"friend": "#1B8913",
"community": "#593717",
"favorite": "#0A5E92"
},
"tutorial": {
"steps": 5
}
},
"env:development": {},
"env:test": {},
"env:production": {},
"os:ios": {},
"os:android": {},
"dependencies": {
"map": "1.0",
"menu": "1.0",
"contentBlade": "1.0",
"messageBar": "1.0"
}
}