aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet/sprite.json
blob: 46a525b44bcd555918ce96436b6716696068e0a1 (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
{
  "stop-vitrasa": {
    "id": "stop-vitrasa",
    "x": 0,
    "y": 0,
    "width": 32,
    "height": 32,
    "pixelRatio": 1
  },
  "stop-vitrasa-cancelled": {
    "id": "stop-vitrasa-cancelled",
    "x": 32,
    "y": 0,
    "width": 32,
    "height": 32,
    "pixelRatio": 1
  },
  "stop-renfe": {
    "id": "stop-renfe",
    "x": 64,
    "y": 0,
    "width": 32,
    "height": 32,
    "pixelRatio": 1
  }
}