preload-asset-pack.json 442 B

123456789101112131415161718
  1. {
  2. "section1": {
  3. "files": [
  4. {
  5. "url": "assets/guapen.png",
  6. "type": "image",
  7. "key": "guapen"
  8. }
  9. ]
  10. },
  11. "meta": {
  12. "app": "Phaser Editor 2D - Asset Pack Editor",
  13. "contentType": "phasereditor2d.pack.core.AssetContentType",
  14. "url": "https://phasereditor2d.com",
  15. "version": 2,
  16. "showAllFilesInBlocks": false
  17. }
  18. }