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

master
djib 1 year ago
parent 49e98f392e
commit a552251cf9
  1. 2
      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)

Loading…
Cancel
Save