Dear everyone,
if somebody could explain to me what is happening it would be amazing.
I have
main.lua
local field = display.newRect(0, 0, 320, 480)
and the config.lua
application = { content = { width = 320, height = 480, scale = "letterBox", fps = 30, --[[imageSuffix = {["@2x"] = 2,},--]] }, --[[-- Push notifications notification = {iphone = {types = {"badge", "sound", "alert", "newsstand"}}},--]] }
but the result is unexpectedly wrong
the newrect clearly not 320 x 480,
please help me with this.
Thanks in advance.