Hi everyone,
I am developing a simulator-like application with corona. It is actually a part of a game creation tool that simulates the games created.
For each different mobile device with different resolutions, I need to launch my app with the width and height values respectively. However window size is set only in build.settings file that we cannot use any variables or launch arguments in it.
Is there any way to achieve this?
Thank you in advance.