From 1d68ac340c28792b2b498e204ef123730d901443 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 16 Feb 2023 21:11:18 +0000 Subject: Added lives to the HUD --- data/sprites.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/sprites.json') diff --git a/data/sprites.json b/data/sprites.json index e31c02e..a911207 100644 --- a/data/sprites.json +++ b/data/sprites.json @@ -37,10 +37,12 @@ "hud": { "frames": [ { "x": 48, "y": 24, "width": 8, "height": 8 }, - { "x": 56, "y": 24, "width": 8, "height": 8 } + { "x": 56, "y": 24, "width": 8, "height": 8 }, + { "x": 48, "y": 32, "width": 8, "height": 8 }, + { "x": 56, "y": 32, "width": 8, "height": 8 } ], "sets": [ - [0, 1] + [0, 1, 2, 3] ] } } -- cgit v1.2.3