diff options
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite.json')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 3875080..48e7554 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -23,9 +23,17 @@ "height": 32, "pixelRatio": 1 }, + "stop-ourense": { + "id": "stop-ourense", + "x": 96, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 + }, "stop-xunta": { "id": "stop-xunta", - "x": 96, + "x": 128, "y": 0, "width": 32, "height": 32, @@ -33,7 +41,7 @@ }, "stop-renfe": { "id": "stop-renfe", - "x": 128, + "x": 160, "y": 0, "width": 32, "height": 32, @@ -41,7 +49,7 @@ }, "stop-feve": { "id": "stop-feve", - "x": 160, + "x": 192, "y": 0, "width": 32, "height": 32, @@ -49,7 +57,7 @@ }, "stop-generic": { "id": "stop-generic", - "x": 192, + "x": 224, "y": 0, "width": 32, "height": 32, |
