aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/maps/spritesheet/sprite.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite.json')
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json
new file mode 100644
index 0000000..96b0971
--- /dev/null
+++ b/src/frontend/public/maps/spritesheet/sprite.json
@@ -0,0 +1,10 @@
+{
+ "stop": {
+ "id": "stop",
+ "x": 0,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
+ }
+}