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, 8 insertions, 8 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 96b0971..044886e 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -1,10 +1,10 @@ { - "stop": { - "id": "stop", - "x": 0, - "y": 0, - "width": 32, - "height": 32, - "pixelRatio": 1 - } + "stop": { + "id": "stop", + "x": 0, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 + } } |
