mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"output": "bin/spine-as3-example.swf",
|
|
"source-path": [
|
|
"src",
|
|
"../spine-as3/src"
|
|
],
|
|
"default-size": {
|
|
"width": 550,
|
|
"height": 500
|
|
},
|
|
"target-player": "32.0",
|
|
"swf-version": 43
|
|
},
|
|
"files": [
|
|
"src/spine/examples/Main.as"
|
|
]
|
|
} |