aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-28 22:55:24 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-28 22:55:24 +0100
commit8ace5ad0b007438fd880852b83439a7816f4f494 (patch)
tree5a28305afb77ca9065e1d6214270bf1f435c8f64
parentd0a454e0d5d33cfcb0b9ee851464a5d1274b0a12 (diff)
downloadspace-plat-hs-8ace5ad0b007438fd880852b83439a7816f4f494.tar.gz
space-plat-hs-8ace5ad0b007438fd880852b83439a7816f4f494.zip
New saucer (flying enemy) sprite
-rw-r--r--data/sprites.json10
-rw-r--r--data/sprites.pngbin24323 -> 18565 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
index eaa86d1..369d65e 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -148,6 +148,16 @@
[5, 4, 5, 3]
]
},
+ "saucer": {
+ "frames": [
+ { "x": 0, "y": 144, "width": 16, "height": 16 },
+ { "x": 16, "y": 144, "width": 16, "height": 16 },
+ { "x": 32, "y": 144, "width": 16, "height": 16 }
+ ],
+ "sets": [
+ [0, 1, 2, 1]
+ ]
+ },
"exit": {
"frames": [
{ "x": 0, "y": 160, "width": 16, "height": 24 },
diff --git a/data/sprites.png b/data/sprites.png
index 13d36f7..e58d3d7 100644
--- a/data/sprites.png
+++ b/data/sprites.png
Binary files differ