From beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 5 Mar 2023 11:42:56 +0000 Subject: Exit stage WIP --- data/sprites.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'data/sprites.json') diff --git a/data/sprites.json b/data/sprites.json index 9132500..2ee7663 100644 --- a/data/sprites.json +++ b/data/sprites.json @@ -87,5 +87,24 @@ [0, 1, 0, 2], [5, 4, 5, 3] ] + }, + "exit": { + "frames": [ + { "x": 0, "y": 160, "width": 16, "height": 24 }, + { "x": 16, "y": 160, "width": 16, "height": 24 }, + { "x": 32, "y": 160, "width": 16, "height": 24 }, + { "x": 48, "y": 160, "width": 16, "height": 24 }, + { "x": 64, "y": 160, "width": 16, "height": 24 }, + { "x": 80, "y": 160, "width": 16, "height": 24 }, + { "x": 0, "y": 184, "width": 16, "height": 24 }, + { "x": 16, "y": 184, "width": 16, "height": 24 }, + { "x": 32, "y": 184, "width": 16, "height": 24 }, + { "x": 48, "y": 184, "width": 16, "height": 24 }, + { "x": 64, "y": 184, "width": 16, "height": 24 } + ], + "sets": [ + [0, 1, 2, 3, 4, 5, 5, + 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10] + ] } } -- cgit v1.2.3