aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
blob: 6fddd4e124e7255d615c9c5218b92d673160b953 (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
{
    "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": 24 },
            { "x":  16, "y": 24, "width": 16, "height": 24 },
            { "x":  32, "y": 24, "width": 16, "height": 24 }
        ],
        "sets": [
            [0, 1, 2]
        ]
    }
}