From 198498b3c604d55d3b54fef34c62f215ba8a2525 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 21 Feb 2023 12:40:31 +0000 Subject: New Robot enemy. --- data/sprites.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'data/sprites.json') 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] + ] } } -- cgit v1.2.3