From a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 7 Dec 2025 23:33:10 +0100 Subject: Implement Renfe data source --- src/frontend/public/maps/spritesheet/sprite@2x.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src/frontend/public/maps/spritesheet/sprite@2x.json') 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, -- cgit v1.3