From 3ed8dceb9ceece8c73cf2a8585be4d1f06978d01 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sat, 13 Aug 2022 18:54:57 -0600 Subject: [PATCH] fixed everything --- Source/Menu.lua | 2 +- Source/pdxinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Menu.lua b/Source/Menu.lua index 4f6d329..0e4c578 100644 --- a/Source/Menu.lua +++ b/Source/Menu.lua @@ -90,7 +90,7 @@ function updateMenu() local str = {[true]="TRUE",[false]="FALSE"} page = -1 - gfx.drawText("INVERTED: "...."\nGRAVITY: "..getGrav(),0,0) + gfx.drawText("INVERTED: ".."\nGRAVITY: "..getGrav(),0,0) else sidebar:draw(barposLerp,0) imgBytes:draw(logposLerp,0) diff --git a/Source/pdxinfo b/Source/pdxinfo index b74675c..1758fd4 100644 --- a/Source/pdxinfo +++ b/Source/pdxinfo @@ -3,6 +3,6 @@ author=PossiblyAxolotl description=Help a crew of rockets collect energy to get back home! bundleID=com.PossiblyAxolotl.RocketBytes launchSoundPath=launcher/rocketing -version=1.2.2 -buildNumber=10201 +version=1.3.0 +buildNumber=10300 imagePath=launcher \ No newline at end of file