From 53c3c0293bbacefb9ed0d56f61695f0b76a9f385 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 22 Mar 2026 00:04:11 +0100 Subject: Urbanos de Lugo --- src/frontend/public/maps/spritesheet/sprite.json | 16 ++++++++++++---- src/frontend/public/maps/spritesheet/sprite.png | Bin 6208 -> 7288 bytes src/frontend/public/maps/spritesheet/sprite@2x.json | 16 ++++++++++++---- src/frontend/public/maps/spritesheet/sprite@2x.png | Bin 14126 -> 16564 bytes 4 files changed, 24 insertions(+), 8 deletions(-) (limited to 'src/frontend/public') diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 48e7554..ee51274 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -31,9 +31,17 @@ "height": 32, "pixelRatio": 1 }, + "stop-lugo": { + "id": "stop-lugo", + "x": 128, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 + }, "stop-xunta": { "id": "stop-xunta", - "x": 128, + "x": 160, "y": 0, "width": 32, "height": 32, @@ -41,7 +49,7 @@ }, "stop-renfe": { "id": "stop-renfe", - "x": 160, + "x": 192, "y": 0, "width": 32, "height": 32, @@ -49,7 +57,7 @@ }, "stop-feve": { "id": "stop-feve", - "x": 192, + "x": 224, "y": 0, "width": 32, "height": 32, @@ -57,7 +65,7 @@ }, "stop-generic": { "id": "stop-generic", - "x": 224, + "x": 256, "y": 0, "width": 32, "height": 32, diff --git a/src/frontend/public/maps/spritesheet/sprite.png b/src/frontend/public/maps/spritesheet/sprite.png index fd13c62..f23cd41 100644 Binary files a/src/frontend/public/maps/spritesheet/sprite.png and b/src/frontend/public/maps/spritesheet/sprite.png differ diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index 28dd220..5a09edf 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -31,9 +31,17 @@ "height": 64, "pixelRatio": 2 }, + "stop-lugo": { + "id": "stop-lugo", + "x": 256, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + }, "stop-xunta": { "id": "stop-xunta", - "x": 256, + "x": 320, "y": 0, "width": 64, "height": 64, @@ -41,7 +49,7 @@ }, "stop-renfe": { "id": "stop-renfe", - "x": 320, + "x": 384, "y": 0, "width": 64, "height": 64, @@ -49,7 +57,7 @@ }, "stop-feve": { "id": "stop-feve", - "x": 384, + "x": 448, "y": 0, "width": 64, "height": 64, @@ -57,7 +65,7 @@ }, "stop-generic": { "id": "stop-generic", - "x": 448, + "x": 512, "y": 0, "width": 64, "height": 64, diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.png b/src/frontend/public/maps/spritesheet/sprite@2x.png index f431b7f..4b71f72 100644 Binary files a/src/frontend/public/maps/spritesheet/sprite@2x.png and b/src/frontend/public/maps/spritesheet/sprite@2x.png differ -- cgit v1.3