From cdb88746ef0a4cfb4ffa277a83ab17397ad76610 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 21 Oct 2025 18:06:47 +0200 Subject: Add region-specific stop icons for Vigo and Santiago --- src/frontend/public/maps/spritesheet/sprite.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/frontend/public/maps/spritesheet/sprite.json') diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 044886e..f6b564f 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -1,10 +1,18 @@ { - "stop": { - "id": "stop", + "stop-vigo": { + "id": "stop-vigo", "x": 0, "y": 0, "width": 32, "height": 32, "pixelRatio": 1 + }, + "stop-santiago": { + "id": "stop-santiago", + "x": 32, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 } } -- cgit v1.3