2021-06-29 13:50:06 -04:00

18 lines
284 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"
]
}