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 --- src/Game/State.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Game/State.hs') diff --git a/src/Game/State.hs b/src/Game/State.hs index 9988936..2223434 100644 --- a/src/Game/State.hs +++ b/src/Game/State.hs @@ -2,5 +2,7 @@ module Game.State (State (..)) where data State = State { batteries :: Int, - totalBatteries :: Int + totalBatteries :: Int, + lives :: Int, + totalLives :: Int } -- cgit v1.2.3