-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
38 lines (33 loc) · 917 Bytes
/
config.lua
File metadata and controls
38 lines (33 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-- Testing files for syncSound.lua Corona SDK module
-- Based on Electric Eggplant's Synchronied Text to Speech framework
-- Development starting point was Electric Eggplant's syncSound version 3.2 - for K2 (7/22/12)
-- Continued development by Little Pup Studios (starting 5/10/14)
---------------------------------------------------------------------------------
-- File: config.lua
---------------------------------------------------------------------------------
application = {
content = {
width = 800,
height = 1200,
scale = "letterBox",
fps = 30,
--[[
imageSuffix = {
["@2x"] = 2,
}
--]]
},
--[[
-- Push notifications
notification =
{
iphone =
{
types =
{
"badge", "sound", "alert", "newsstand"
}
}
}
--]]
}