aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet/sprite.json
blob: 504ff07e83b68892b6453eec94292e21c3002b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "stop-vigo": {
    "id": "stop-vigo",
    "x": 0,
    "y": 0,
    "width": 32,
    "height": 32,
    "pixelRatio": 1
  },
  "stop-vigo-cancelled": {
    "id": "stop-vigo-cancelled",
    "x": 64,
    "y": 0,
    "width": 32,
    "height": 32,
    "pixelRatio": 1
  }
}