Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
    "mapwidth":"1700",
3
    "mapheight":"700",
4
    "categories":[
5
 
6
    ],
7
    "levels":[
8
        {
9
            "id":"world",
10
            "title":"World",
11
            "map":"../assets/layouts/layout7/img/map.png",
12
            "locations":[
13
                {
14
                    "id": "gb",
15
                    "title": "United Kingdom",
16
                    "description": "England.",
17
                    "action": "tooltip",
18
                    "pin": "white",
19
                    "link": "https://en.wikipedia.org/wiki/United_Kingdom",
20
                    "x": "0.4941",
21
                    "y": "0.4285"
22
                },
23
                {
24
                    "id": "us",
25
                    "title": "USA",
26
                    "description": "United States of America",
27
                    "action": "tooltip",
28
                    "pin": "white",
29
                    "link": "https://en.wikipedia.org/wiki/United_States",
30
                    "x": "0.2338",
31
                    "y": "0.5232",
32
                    "zoom": "2"
33
                },
34
                {
35
                    "id": "cn",
36
                    "title": "China",
37
                    "description": "China",
38
                    "link": "https://en.wikipedia.org/wiki/China",
39
                    "action": "tooltip",
40
                    "pin": "white",
41
                    "x": "0.7782",
42
                    "y": "0.5319",
43
                    "zoom": "2"
44
                },
45
                {
46
                    "id": "br",
47
                    "title": "Brazil",
48
                    "description": "Brazil",
49
                    "link": "https://en.wikipedia.org/wiki/Brazil",
50
                    "action": "tooltip",
51
                    "pin": "white",
52
                    "x": "0.3632",
53
                    "y": "0.7413",
54
                    "zoom": "2"
55
                },
56
                {
57
                    "id": "ru",
58
                    "title": "Russia",
59
                    "description": "Russia",
60
                    "link": "https://en.wikipedia.org/wiki/Russia",
61
                    "action": "tooltip",
62
                    "pin": "white",
63
                    "x": "0.7681",
64
                    "y": "0.3352"
65
                },
66
                {
67
                    "id": "mg",
68
                    "title": "Madagascar",
69
                    "description": "Madagascar",
70
                    "link": "https://en.wikipedia.org/wiki/Madagascar",
71
                    "action": "tooltip",
72
                    "pin": "white",
73
                    "x": "0.6238",
74
                    "y": "0.7749"
75
                }
76
            ]
77
        }
78
    ]
79
}