asconfig.json 383 B

123456789101112131415161718
  1. {
  2. "compilerOptions": {
  3. "output": "bin/spine-as3-example.swf",
  4. "source-path": [
  5. "src",
  6. "../spine-as3/src"
  7. ],
  8. "default-size": {
  9. "width": 550,
  10. "height": 500
  11. },
  12. "target-player": "32.0",
  13. "swf-version": 43
  14. },
  15. "files": [
  16. "src/spine/examples/Main.as"
  17. ]
  18. }