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