aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
blob: e31c02e5f38f43be3fb2b119d06f23e2732327ee (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
{
    "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 }
        ],
        "sets": [
            [0, 1]
        ]
    }
}