FadeActionScript.scene 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "id": "978fd4e0-a722-4061-a6d9-86748db8a38a",
  3. "sceneType": "PREFAB",
  4. "settings": {
  5. "exportClass": true,
  6. "autoImport": true,
  7. "prefabObjDisplayFmt": "Fade object \"${fadeDirection}\"",
  8. "displayName": "Fade Object Action",
  9. "preloadMethodName": "",
  10. "preloadPackFiles": [],
  11. "createMethodName": "",
  12. "compilerOutputLanguage": "TYPE_SCRIPT",
  13. "borderWidth": 1280,
  14. "borderHeight": 720
  15. },
  16. "displayList": [
  17. {
  18. "type": "ScriptNode",
  19. "id": "280dcbb9-64e1-4475-8806-8b3ced63515f",
  20. "label": "scriptnode_1"
  21. }
  22. ],
  23. "plainObjects": [],
  24. "meta": {
  25. "app": "Phaser Editor 2D - Scene Editor",
  26. "url": "https://phasereditor2d.com",
  27. "contentType": "phasereditor2d.core.scene.SceneContentType",
  28. "version": 5
  29. },
  30. "prefabProperties": [
  31. {
  32. "name": "fadeDirection",
  33. "label": "Fade Direction",
  34. "tooltip": "",
  35. "defValue": "FadeIn",
  36. "customDefinition": false,
  37. "type": {
  38. "id": "option",
  39. "options": [
  40. "FadeIn",
  41. "FadeOut"
  42. ]
  43. }
  44. }
  45. ]
  46. }