From a552251cf9e29b301852815b093a3019522aaf31 Mon Sep 17 00:00:00 2001 From: djib Date: Tue, 30 Nov 2021 22:29:32 +0100 Subject: [PATCH] Fix an issue where the player was not diplayed on death or win screen --- pyras.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyras.p8 b/pyras.p8 index ced63fb..5b49d0e 100644 --- a/pyras.p8 +++ b/pyras.p8 @@ -168,7 +168,7 @@ end function drawgame() cls() drawbg() - if(game.state==1)drawguy() + if(game.state>=1)drawguy() drawandeatpyras() if game.state==0 then rect(46,46,80,80,7)