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()
|
function drawgame()
|
||||||
cls()
|
cls()
|
||||||
drawbg()
|
drawbg()
|
||||||
drawguy()
|
if(game.state==1)drawguy()
|
||||||
drawandeatpyras()
|
drawandeatpyras()
|
||||||
if game.state==0 then
|
if game.state==0 then
|
||||||
rectfill(46,46,80,80,5)
|
rect(46,46,80,80,7)
|
||||||
cursor(48,58,7)
|
cursor(48,58,7)
|
||||||
print "press ❎"
|
print "press ❎"
|
||||||
print "to start"
|
print "to start"
|
||||||
if game.level==1 then
|
if game.level==1 then
|
||||||
cursor(30,122,7)
|
cursor(30,90,7)
|
||||||
print "⬅️ change size ➡️"
|
print "⬅️ change size ➡️"
|
||||||
end
|
end
|
||||||
elseif game.state>1 then
|
elseif game.state>1 then
|
||||||
|
Reference in New Issue
Block a user