From 98203907c2a0d7ab5c7111e6e659b7f0179ccadf Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 15:03:47 +0200 Subject: Fix build --- src/frontend/public/maps/spritesheet/sprite@2x.json | 10 ++++++++++ src/frontend/public/maps/spritesheet/sprite@2x.png | Bin 0 -> 1940 bytes 2 files changed, 10 insertions(+) create mode 100644 src/frontend/public/maps/spritesheet/sprite@2x.json create mode 100644 src/frontend/public/maps/spritesheet/sprite@2x.png (limited to 'src/frontend/public/maps') diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json new file mode 100644 index 0000000..37a2fbe --- /dev/null +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -0,0 +1,10 @@ +{ + "stop": { + "id": "stop", + "x": 0, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + } +} diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.png b/src/frontend/public/maps/spritesheet/sprite@2x.png new file mode 100644 index 0000000..58f2226 Binary files /dev/null and b/src/frontend/public/maps/spritesheet/sprite@2x.png differ -- cgit v1.3