aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-04-25 22:18:54 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-04-25 22:18:54 +0100
commit1cd60a951b2c2f83b927a6b6961cbd3206bf5316 (patch)
tree59861ba4125ed15ff8711ccd55e4b5a24fd3235c /data/sprites.json
parenta5ac165b1e9adbdf459ebc9df42edc024389e9b8 (diff)
downloadspace-plat-hs-1cd60a951b2c2f83b927a6b6961cbd3206bf5316.tar.gz
space-plat-hs-1cd60a951b2c2f83b927a6b6961cbd3206bf5316.zip
Added "tracker" 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 fac70b5..eaa86d1 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -134,6 +134,20 @@
[5, 4, 5, 3]
]
},
+ "tracker": {
+ "frames": [
+ { "x": 0, "y": 240, "width": 16, "height": 24 },
+ { "x": 16, "y": 240, "width": 16, "height": 24 },
+ { "x": 32, "y": 240, "width": 16, "height": 24 },
+ { "x": 48, "y": 240, "width": 16, "height": 24 },
+ { "x": 64, "y": 240, "width": 16, "height": 24 },
+ { "x": 80, "y": 240, "width": 16, "height": 24 }
+ ],
+ "sets": [
+ [0, 1, 0, 2],
+ [5, 4, 5, 3]
+ ]
+ },
"exit": {
"frames": [
{ "x": 0, "y": 160, "width": 16, "height": 24 },