Initial commit: ASKI Portal App
This commit is contained in:
23
config.lua
Normal file
23
config.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--
|
||||
-- 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,
|
||||
},
|
||||
--]]
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user