aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-03-05 11:42:56 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-03-09 12:21:05 +0000
commitbeecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5 (patch)
treef0d1947e0369fdf59a1f626f953c778884873cc0 /data/sprites.json
parentee50719de81145b5859d957da722cf183e0c8c60 (diff)
downloadspace-plat-hs-beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5.tar.gz
space-plat-hs-beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5.zip
Exit stage WIP
Diffstat (limited to 'data/sprites.json')
-rw-r--r--data/sprites.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
index 9132500..2ee7663 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -87,5 +87,24 @@
[0, 1, 0, 2],
[5, 4, 5, 3]
]
+ },
+ "exit": {
+ "frames": [
+ { "x": 0, "y": 160, "width": 16, "height": 24 },
+ { "x": 16, "y": 160, "width": 16, "height": 24 },
+ { "x": 32, "y": 160, "width": 16, "height": 24 },
+ { "x": 48, "y": 160, "width": 16, "height": 24 },
+ { "x": 64, "y": 160, "width": 16, "height": 24 },
+ { "x": 80, "y": 160, "width": 16, "height": 24 },
+ { "x": 0, "y": 184, "width": 16, "height": 24 },
+ { "x": 16, "y": 184, "width": 16, "height": 24 },
+ { "x": 32, "y": 184, "width": 16, "height": 24 },
+ { "x": 48, "y": 184, "width": 16, "height": 24 },
+ { "x": 64, "y": 184, "width": 16, "height": 24 }
+ ],
+ "sets": [
+ [0, 1, 2, 3, 4, 5, 5,
+ 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10]
+ ]
}
}