aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet/sprite@2x.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-10-21 18:06:47 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-10-21 18:06:47 +0200
commitcdb88746ef0a4cfb4ffa277a83ab17397ad76610 (patch)
treeac6ba255c5f6fb5f2e43fee3e0941ed7778c0e08 /src/frontend/public/maps/spritesheet/sprite@2x.json
parent12ecc97b07093f3cac6567c70ff75d57b429c674 (diff)
Add region-specific stop icons for Vigo and Santiago
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite@2x.json')
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json
index 2a58c5f..b5bfb0b 100644
--- a/src/frontend/public/maps/spritesheet/sprite@2x.json
+++ b/src/frontend/public/maps/spritesheet/sprite@2x.json
@@ -1,10 +1,18 @@
{
- "stop": {
- "id": "stop",
+ "stop-vigo": {
+ "id": "stop-vigo",
"x": 0,
"y": 0,
"width": 64,
"height": 64,
"pixelRatio": 2
+ },
+ "stop-santiago": {
+ "id": "stop-santiago",
+ "x": 64,
+ "y": 0,
+ "width": 64,
+ "height": 64,
+ "pixelRatio": 2
}
}