From 1cd60a951b2c2f83b927a6b6961cbd3206bf5316 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 25 Apr 2023 22:18:54 +0100 Subject: Added "tracker" 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 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 }, -- cgit v1.2.3