spine-runtimes/spine-corona/build.settings
2013-02-20 01:13:59 +01:00

13 lines
218 B
Plaintext

settings = {
orientation = {
default = "portrait",
supported = { "portrait", }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, -- set to false for "shine" overlay
}
},
}