aboutsummaryrefslogtreecommitdiff
path: root/web/pw-visualizer/assets/res/planet_atlas.json
blob: 3c1523a7cb6d4b6b917bf9680d6a47fbfd55aca8 (plain)
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
[
    {
        "name": "earth",
        "x": 0,
        "y": 0,
        "w": 256,
        "h": 256
    },
    {
        "name": "jupiter",
        "x": 256,
        "y": 0,
        "w": 256,
        "h": 256
    },
    {
        "name": "mars",
        "x": 0,
        "y": 256,
        "w": 256,
        "h": 256
    },
    {
        "name": "nepture",
        "x": 256,
        "y": 256,
        "w": 256,
        "h": 256
    },
    {
        "name": "uranus",
        "x": 0,
        "y": 512,
        "w": 256,
        "h": 256
    },
    {
        "name": "venus",
        "x": 256,
        "y": 512,
        "w": 256,
        "h": 256
    }
]