Fix bug with print scrolling the screen
This commit is contained in:
6
pyras.p8
6
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
|
||||
|
Reference in New Issue
Block a user