application = {
content = { -- Frame rate. fps = 30, -- Size of screen graphics are targeted to. width = <%= @width %>, height = <%= @height %>, -- How to stretch graphics on a larger screen. scale = "letterbox" }, --[[ -- Push notifications notification = { iphone = { types = { "badge", "sound", "alert", "newsstand" } } } --]]
}