mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
9 lines
101 B
Lua
9 lines
101 B
Lua
application = {
|
|
content = {
|
|
width = 320,
|
|
height = 480,
|
|
scale = "letterBox",
|
|
fps = 60,
|
|
},
|
|
}
|