aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/public/maps/spritesheet')
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.json16
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.pngbin2987 -> 3973 bytes
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.json16
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.pngbin7056 -> 7751 bytes
4 files changed, 24 insertions, 8 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json
index 504ff07..46a525b 100644
--- a/src/frontend/public/maps/spritesheet/sprite.json
+++ b/src/frontend/public/maps/spritesheet/sprite.json
@@ -1,14 +1,22 @@
{
- "stop-vigo": {
- "id": "stop-vigo",
+ "stop-vitrasa": {
+ "id": "stop-vitrasa",
"x": 0,
"y": 0,
"width": 32,
"height": 32,
"pixelRatio": 1
},
- "stop-vigo-cancelled": {
- "id": "stop-vigo-cancelled",
+ "stop-vitrasa-cancelled": {
+ "id": "stop-vitrasa-cancelled",
+ "x": 32,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
+ },
+ "stop-renfe": {
+ "id": "stop-renfe",
"x": 64,
"y": 0,
"width": 32,
diff --git a/src/frontend/public/maps/spritesheet/sprite.png b/src/frontend/public/maps/spritesheet/sprite.png
index 5c46a13..272b490 100644
--- a/src/frontend/public/maps/spritesheet/sprite.png
+++ b/src/frontend/public/maps/spritesheet/sprite.png
Binary files differ
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,
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.png b/src/frontend/public/maps/spritesheet/sprite@2x.png
index 4101224..8979128 100644
--- a/src/frontend/public/maps/spritesheet/sprite@2x.png
+++ b/src/frontend/public/maps/spritesheet/sprite@2x.png
Binary files differ