diff --git a/pyras.p8 b/pyras.p8 index dbfd61a..8fbe984 100644 --- a/pyras.p8 +++ b/pyras.p8 @@ -168,15 +168,15 @@ end function drawgame() cls() drawbg() - drawguy() + if(game.state==1)drawguy() drawandeatpyras() if game.state==0 then - rectfill(46,46,80,80,5) + rect(46,46,80,80,7) cursor(48,58,7) print "press ❎" print "to start" if game.level==1 then - cursor(30,122,7) + cursor(30,90,7) print "⬅️ change size ➡️" end elseif game.state>1 then