aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.json
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-21 12:40:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-21 12:40:31 +0000
commit198498b3c604d55d3b54fef34c62f215ba8a2525 (patch)
treef3d7725657608cafdfc4888313f3631c14857032 /data/sprites.json
parentfd74ead510f4ca326e36450fa23dee0d681c296b (diff)
downloadspace-plat-hs-198498b3c604d55d3b54fef34c62f215ba8a2525.tar.gz
space-plat-hs-198498b3c604d55d3b54fef34c62f215ba8a2525.zip
New Robot 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 3ce716b..844a796 100644
--- a/data/sprites.json
+++ b/data/sprites.json
@@ -54,5 +54,19 @@
[0, 1],
[0, 1]
]
+ },
+ "robot": {
+ "frames": [
+ { "x": 0, "y": 72, "width": 16, "height": 24 },
+ { "x": 16, "y": 72, "width": 16, "height": 24 },
+ { "x": 32, "y": 72, "width": 16, "height": 24 },
+ { "x": 48, "y": 72, "width": 16, "height": 24 },
+ { "x": 64, "y": 72, "width": 16, "height": 24 },
+ { "x": 80, "y": 72, "width": 16, "height": 24 }
+ ],
+ "sets": [
+ [0, 1, 0, 2],
+ [5, 4, 5, 3]
+ ]
}
}