aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-03-03 12:57:17 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-03-03 12:57:17 +0000
commitef0a75834870eced4371edd6d50916d4e1bd432f (patch)
tree259062a436aff6f722a807c9885b2a092f6bcadc /data
parente5cbf917ad8b12b48932bc4fa13a044bc8159a74 (diff)
downloadspace-plat-hs-ef0a75834870eced4371edd6d50916d4e1bd432f.tar.gz
space-plat-hs-ef0a75834870eced4371edd6d50916d4e1bd432f.zip
Simple game over menu
Diffstat (limited to 'data')
-rw-r--r--data/sprites.json11
-rw-r--r--data/sprites.pngbin15735 -> 16391 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
index bc9a930..9132500 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -5,6 +5,17 @@
],
"sets": [[0]]
},
+ "ui": {
+ "frames": [
+ { "x": 0, "y": 208, "width": 16, "height": 16 },
+ { "x": 16, "y": 208, "width": 16, "height": 16 },
+ { "x": 32, "y": 208, "width": 16, "height": 16 }
+ ],
+ "sets": [
+ [0, 1, 2]
+ ]
+ },
+
"player": {
"frames": [
{ "x": 0, "y": 0, "width": 16, "height": 24 },
diff --git a/data/sprites.png b/data/sprites.png
index ee964db..0648070 100644
--- a/data/sprites.png
+++ b/data/sprites.png
Binary files differ