diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-07 23:33:10 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-07 23:37:38 +0100 |
| commit | a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f (patch) | |
| tree | 870366d9ce178530b836086e432331f78ec4a07e /src/frontend/public/maps/spritesheet/sprite@2x.json | |
| parent | 5fa8d1ffeb4a3a0c5c6846de3986ec779a4fe564 (diff) | |
Implement Renfe data source
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite@2x.json')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite@2x.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index 0586f5b..02e05d5 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -1,14 +1,22 @@ { - "stop-vigo": { - "id": "stop-vigo", + "stop-vitrasa": { + "id": "stop-vitrasa", "x": 0, "y": 0, "width": 64, "height": 64, "pixelRatio": 2 }, - "stop-vigo-cancelled": { - "id": "stop-vigo-cancelled", + "stop-vitrasa-cancelled": { + "id": "stop-vitrasa-cancelled", + "x": 64, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + }, + "stop-renfe": { + "id": "stop-renfe", "x": 128, "y": 0, "width": 64, |
