diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-29 00:41:52 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-29 00:41:52 +0100 |
| commit | a304c24b32c0327436bbd8c2853e60668e161b42 (patch) | |
| tree | 08f65c05daca134cf4d2e4f779bd15d98fd66370 /src/frontend/public/maps | |
| parent | 120a3c6bddd0fb8d9fa05df4763596956554c025 (diff) | |
Rename a lot of stuff, add Santiago real time
Diffstat (limited to 'src/frontend/public/maps')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite.json | 8 | ||||
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite@2x.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index ed037c0..3875080 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -7,16 +7,16 @@ "height": 32, "pixelRatio": 1 }, - "stop-santiago": { - "id": "stop-santiago", + "stop-tussa": { + "id": "stop-tussa", "x": 32, "y": 0, "width": 32, "height": 32, "pixelRatio": 1 }, - "stop-coruna": { - "id": "stop-coruna", + "stop-tranvias": { + "id": "stop-tranvias", "x": 64, "y": 0, "width": 32, diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index 5f652b9..ef3c53c 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -7,16 +7,16 @@ "height": 64, "pixelRatio": 2 }, - "stop-santiago": { - "id": "stop-santiago", + "stop-tussa": { + "id": "stop-tussa", "x": 64, "y": 0, "width": 64, "height": 64, "pixelRatio": 2 }, - "stop-coruna": { - "id": "stop-coruna", + "stop-tranvias": { + "id": "stop-tranvias", "x": 128, "y": 0, "width": 64, |
