settings =
{
orientation =
{
default = “landscapeLeft”,
supported = { “landscapeLeft”, },
},
wtf?
D:\Games\Corona SDK\Platform project\Platform project\main.lua:70: unexpected symbol near ‘<eof>’
help please
settings =
{
orientation =
{
default = “landscapeLeft”,
supported = { “landscapeLeft”, },
},
wtf?
D:\Games\Corona SDK\Platform project\Platform project\main.lua:70: unexpected symbol near ‘<eof>’
help please
Your curly braces don’t match up. You need a closing one for the one under “settings =”
Rob
I’m not sure if that is the case, Rob.
Seems to me like @boombox.extra pasted 7 rows of code from build.settings, while the error occurs in main.lua. Am I just confused, or does the given code have nothing to do with the actual error?
@boombox,
Your curly braces don’t match up. You need a closing one for the one under “settings =”
Rob
I’m not sure if that is the case, Rob.
Seems to me like @boombox.extra pasted 7 rows of code from build.settings, while the error occurs in main.lua. Am I just confused, or does the given code have nothing to do with the actual error?
@boombox,