plugin.json 212 B

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