fixed everything
This commit is contained in:
parent
6d9395140f
commit
3ed8dceb9c
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue