fixes and tuff 1.3.0
This commit is contained in:
parent
9857fd82c1
commit
2bf54bc7f6
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ function updateMenu()
|
|||
local str = {[true]="TRUE",[false]="FALSE"}
|
||||
page = -1
|
||||
|
||||
gfx.drawText("INVERTED: "..str[playdate.display.getInverted()].."\nGRAVITY: "..getGrav(),0,0)
|
||||
gfx.drawText("INVERTED: "...."\nGRAVITY: "..getGrav(),0,0)
|
||||
else
|
||||
sidebar:draw(barposLerp,0)
|
||||
imgBytes:draw(logposLerp,0)
|
||||
|
|
Loading…
Reference in a new issue