diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2025-06-26 23:44:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 23:44:25 +0200 |
| commit | 7b8594debceb93a1fa400d48fe1dcff943bd5af6 (patch) | |
| tree | 73e68c7238a91d8931d669364d395ce2994164f4 /src/frontend/public/maps/spritesheet/sprite@2x.json | |
| parent | 3dac17a9fb54c977c97280ed4c482e9d4266b7de (diff) | |
Implement stop sheet modal for map stop interactions (#27)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite@2x.json')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite@2x.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index 37a2fbe..2a58c5f 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -1,10 +1,10 @@ { - "stop": { - "id": "stop", - "x": 0, - "y": 0, - "width": 64, - "height": 64, - "pixelRatio": 2 - } + "stop": { + "id": "stop", + "x": 0, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + } } |
