aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet/sprite.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-06 23:36:52 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-06 23:36:52 +0100
commit37d8eedd641bb04c086797010292bcb25240d56d (patch)
tree85486542fc59e4b08485eba5625c9f923ca71ac1 /src/frontend/public/maps/spritesheet/sprite.json
parent0ac8ba208e0ad4d61cb82d6216c9cb34d43421a0 (diff)
Refactor styles and add alert color variables; implement scroll management for timetable
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite.json')
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json
index f6b564f..636efa5 100644
--- a/src/frontend/public/maps/spritesheet/sprite.json
+++ b/src/frontend/public/maps/spritesheet/sprite.json
@@ -14,5 +14,21 @@
"width": 32,
"height": 32,
"pixelRatio": 1
+ },
+ "stop-vigo-cancelled": {
+ "id": "stop-vigo-cancelled",
+ "x": 64,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
+ },
+ "stop-santiago-cancelled": {
+ "id": "stop-santiago-cancelled",
+ "x": 96,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
}
}