asset-pack.json 399 B

1234567891011121314151617
  1. {
  2. "section1": {
  3. "files": [
  4. {
  5. "url": "assets/dino.png",
  6. "key": "dino",
  7. "type": "image"
  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. }
  17. }