aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
blob: af3e33e1343b2ae9e52c5a0aced5270e84746c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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]
        ]
    }
}