MoveOutSceneActionScript.scene 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "id": "daf15677-662b-4503-b94f-9caa35a7c23c",
  3. "sceneType": "PREFAB",
  4. "settings": {
  5. "exportClass": true,
  6. "autoImport": true,
  7. "prefabObjDisplayFmt": "Move out from scene to \"${to}\"",
  8. "displayName": "Move Out Scene 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": "e5894255-9988-416e-a019-b6e54533c884",
  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": "to",
  33. "label": "To",
  34. "tooltip": "",
  35. "defValue": "NONE",
  36. "customDefinition": false,
  37. "type": {
  38. "id": "option",
  39. "options": [
  40. "LEFT",
  41. "RIGHT",
  42. "TOP",
  43. "BOTTOM",
  44. "NONE"
  45. ]
  46. }
  47. }
  48. ]
  49. }