aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
blob: 6df8b7bac2530c050df97bc058204210f049557c (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
{
    "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]
        ]
    }
}