Fix an issue where the player was not diplayed on death or win screen

This commit is contained in:
2021-11-30 22:29:32 +01:00
parent 49e98f392e
commit a552251cf9

View File

@ -168,7 +168,7 @@ end
function drawgame() function drawgame()
cls() cls()
drawbg() drawbg()
if(game.state==1)drawguy() if(game.state>=1)drawguy()
drawandeatpyras() drawandeatpyras()
if game.state==0 then if game.state==0 then
rect(46,46,80,80,7) rect(46,46,80,80,7)