aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-04-19 23:16:22 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-04-19 23:19:37 +0100
commit9ffa3f57067598acfbe5196a4452b225ab295b83 (patch)
treed893d9eba5a51f5a831e287bf1724e1f93a48026 /data/sprites.json
parent7a1d4eb4481fa54753673e67532039da2b9c0b2f (diff)
downloadspace-plat-hs-9ffa3f57067598acfbe5196a4452b225ab295b83.tar.gz
space-plat-hs-9ffa3f57067598acfbe5196a4452b225ab295b83.zip
Added "runner" enemy
Diffstat (limited to 'data/sprites.json')
-rw-r--r--data/sprites.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/sprites.json b/data/sprites.json
index c4fcfb3..fac70b5 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -120,6 +120,20 @@
[0, 1, 2]
]
},
+ "runner": {
+ "frames": [
+ { "x": 0, "y": 120, "width": 16, "height": 24 },
+ { "x": 16, "y": 120, "width": 16, "height": 24 },
+ { "x": 32, "y": 120, "width": 16, "height": 24 },
+ { "x": 48, "y": 120, "width": 16, "height": 24 },
+ { "x": 64, "y": 120, "width": 16, "height": 24 },
+ { "x": 80, "y": 120, "width": 16, "height": 24 }
+ ],
+ "sets": [
+ [0, 1, 0, 2],
+ [5, 4, 5, 3]
+ ]
+ },
"exit": {
"frames": [
{ "x": 0, "y": 160, "width": 16, "height": 24 },