plugin.json 231 B

1234567891011
  1. {
  2. "id": "phasereditor2d.phaser",
  3. "scripts": [
  4. "_out/phasereditor2d.phaser.js",
  5. "scripts/phaser.min.js"
  6. ],
  7. "scripts-dev": [
  8. "_out/phasereditor2d.phaser.js",
  9. "scripts/phaser.js"
  10. ]
  11. }