From 1647c33d1172a45e9e50c8f0a9c17f4e117841b1 Mon Sep 17 00:00:00 2001 From: djib Date: Mon, 29 Nov 2021 23:43:08 +0100 Subject: [PATCH] Fix bug with print scrolling the screen --- pyras.p8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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