Skip to content

Commit

Permalink
Merge pull request #1 from coronalabs/brent-patch-1
Browse files Browse the repository at this point in the history
Update config.lua
  • Loading branch information
superqix committed Jan 12, 2017
2 parents 8f328e8 + 1f9157f commit 39d9dad
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
application =
{

content =
{
width = 768,
height = 1024,
scale = "letterBox",
fps = 30,
scale = "letterbox",
fps = 60,

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

--[[
-- Push notifications
notification =
{
iphone =
{
types =
{
"badge", "sound", "alert", "newsstand"
}
}
},
--]]
}

0 comments on commit 39d9dad

Please sign in to comment.