From b3e0ace3ca198cacd8d77c6ca0f2c457826dee63 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 26 Feb 2023 00:06:40 +0000 Subject: Revisited the game over sequence --- data/sprites.json | 6 ++++-- data/sprites.png | Bin 15055 -> 15735 bytes 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/sprites.json b/data/sprites.json index 61c751e..bc9a930 100644 --- a/data/sprites.json +++ b/data/sprites.json @@ -12,11 +12,13 @@ { "x": 32, "y": 0, "width": 16, "height": 24 }, { "x": 48, "y": 0, "width": 16, "height": 24 }, { "x": 64, "y": 0, "width": 16, "height": 24 }, - { "x": 80, "y": 0, "width": 16, "height": 24 } + { "x": 80, "y": 0, "width": 16, "height": 24 }, + { "x": 64, "y": 24, "width": 16, "height": 24 } ], "sets": [ [0, 1, 0, 2], - [5, 4, 5, 3] + [5, 4, 5, 3], + [6] ] }, "dust": { diff --git a/data/sprites.png b/data/sprites.png index b07c0f4..ee964db 100644 Binary files a/data/sprites.png and b/data/sprites.png differ -- cgit v1.2.3