From 2bf54bc7f64f4d6761720b8c77ceb4f328499ea0 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sat, 13 Aug 2022 18:48:19 -0600 Subject: [PATCH] fixes and tuff 1.3.0 --- Source/Menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Menu.lua b/Source/Menu.lua index dbe1758..4f6d329 100644 --- a/Source/Menu.lua +++ b/Source/Menu.lua @@ -89,8 +89,8 @@ function updateMenu() if menuitems[1].name == "NO GRAVITY" then 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)