aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-04 21:20:12 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-04 21:20:12 +0000
commit2103dc0dcf42fd2489d5f9e4fec46146f7cc9db5 (patch)
tree81fae8446820a0dd8c728230d8e99018edebc836 /data/sprites.json
downloadspace-plat-hs-2103dc0dcf42fd2489d5f9e4fec46146f7cc9db5.tar.gz
space-plat-hs-2103dc0dcf42fd2489d5f9e4fec46146f7cc9db5.zip
Initial import
Diffstat (limited to 'data/sprites.json')
-rw-r--r--data/sprites.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
new file mode 100644
index 0000000..af3e33e
--- /dev/null
+++ b/data/sprites.json
@@ -0,0 +1,16 @@
+{
+ "player": {
+ "frames": [
+ { "x": 0, "y": 0, "width": 16, "height": 24 },
+ { "x": 16, "y": 0, "width": 16, "height": 24 },
+ { "x": 32, "y": 0, "width": 16, "height": 24 },
+ { "x": 48, "y": 0, "width": 16, "height": 24 },
+ { "x": 64, "y": 0, "width": 16, "height": 24 },
+ { "x": 80, "y": 0, "width": 16, "height": 24 }
+ ],
+ "sets": [
+ [0, 1, 0, 2],
+ [5, 4, 5, 3]
+ ]
+ }
+}