Hi
I just bought the basic subscription, installed it and started my app. I have a lot of text objects: some have moved about half way off the screen, while others have disappeared completely offstage.
There are no warnings in the terminal.
Here’s an example of a statement that was working fine before:
welcomeDisplay1 = display.newText(displaySplashGroup,"Music History in a Flash!" , 150, 300, FONT\_NAME, 70 )
Here’s my config.lua:
application = { content = { width = 768, height = 1024, scale = "letterbox", fps = 30, }, }
(The website isn’t recognizing me yet as a subscriber, so I haven’t been able to download a daily build yet. Perhaps that’s the issue)
Thanks,
David