mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
settings = {
|
|
orientation = {
|
|
default = "landscape",
|
|
supported = { "landscape", }
|
|
},
|
|
iphone = {
|
|
plist = {
|
|
UIStatusBarHidden = true,
|
|
UIPrerenderedIcon = true, -- set to false for "shine" overlay
|
|
}
|
|
},
|
|
}
|