I need to make game in landscape mode, but its very difficult when corona simulator screen keeps popping straight after restarting
how can i keep specific orientation for simulator(and game obviously)?
something like that in config.lua doesnt work
application =
{
orientation =
{
width = 320,
height = 480,
default = "landscapeLeft"
}
}
thanks in advice [import]uid: 16142 topic_id: 11423 reply_id: 311423[/import]
