You are on page 1of 1

--

-- For more information on config.lua see the Project Configuration Guide at:
-- https://docs.coronalabs.com/guide/basics/configSettings
--

application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox",
fps = 60,

--[[
imageSuffix =
{
["@2x"] = 2,
["@4x"] = 4,
},
--]]
},
}

You might also like