aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
blob: a91120705e285ed8e600f5c4c614ebc7fb47b740 (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
45
46
47
48
{
    "player": {
        "frames": [
            { "x":  0, "y": 0, "width": 16, "height": 24 },
            { "x": 16, "y": 0, "width": 16, "height": 24 },
            { "x": 32, "y": 0, "width": 16, "height": 24 },
            { "x": 48, "y": 0, "width": 16, "height": 24 },
            { "x": 64, "y": 0, "width": 16, "height": 24 },
            { "x": 80, "y": 0, "width": 16, "height": 24 }
        ],
        "sets": [
            [0, 1, 0, 2],
            [5, 4, 5, 3]
        ]
    },
    "dust": {
        "frames": [
            { "x":  0, "y": 24, "width": 16, "height": 16 },
            { "x":  16, "y": 24, "width": 16, "height": 16 },
            { "x":  32, "y": 24, "width": 16, "height": 16 }
        ],
        "sets": [
            [0, 1, 2]
        ]
    },
    "battery": {
        "frames": [
            { "x":  0, "y": 40, "width": 16, "height": 16 },
            { "x":  16, "y": 40, "width": 16, "height": 16 },
            { "x":  32, "y": 40, "width": 16, "height": 16 },
            { "x":  48, "y": 40, "width": 16, "height": 16 }
        ],
        "sets": [
            [0, 0, 0, 0, 0, 0, 0, 1, 2, 3]
        ]
    },
    "hud": {
        "frames": [
            { "x":  48, "y": 24, "width": 8, "height": 8 },
            { "x":  56, "y": 24, "width": 8, "height": 8 },
            { "x":  48, "y": 32, "width": 8, "height": 8 },
            { "x":  56, "y": 32, "width": 8, "height": 8 }
        ],
        "sets": [
            [0, 1, 2, 3]
        ]
    }
}