I dont what im doing wrong Dinamic Resize is not working. In config.lua I wrote the follow code, but its not working:
content =
{
fps = 30,
antialias = true,
scale = "zoomEven"
},
I even try put in my code, but my image still the same size:
if (display.contentWidth \> 320) then
logo.xScale = 2
logo.yScale = 2
end
What is wrong? [import]uid: 9133 topic_id: 3524 reply_id: 303524[/import]