MoveInSceneActionScript.scene 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "id": "3d337935-cdca-4937-9126-9f75bc2486de",
  3. "sceneType": "PREFAB",
  4. "settings": {
  5. "exportClass": true,
  6. "autoImport": true,
  7. "prefabObjDisplayFmt": "Move to scene from \"${from}\"",
  8. "displayName": "Move To Scene Action",
  9. "preloadMethodName": "",
  10. "preloadPackFiles": [],
  11. "createMethodName": "",
  12. "compilerOutputLanguage": "TYPE_SCRIPT"
  13. },
  14. "displayList": [
  15. {
  16. "type": "ScriptNode",
  17. "id": "918cdaa9-5152-47db-989c-bed396a7f365",
  18. "label": "scriptnode_1"
  19. }
  20. ],
  21. "plainObjects": [],
  22. "meta": {
  23. "app": "Phaser Editor 2D - Scene Editor",
  24. "url": "https://phasereditor2d.com",
  25. "contentType": "phasereditor2d.core.scene.SceneContentType",
  26. "version": 5
  27. },
  28. "prefabProperties": [
  29. {
  30. "name": "from",
  31. "label": "From",
  32. "tooltip": "",
  33. "defValue": "NONE",
  34. "customDefinition": false,
  35. "type": {
  36. "id": "option",
  37. "options": [
  38. "LEFT",
  39. "RIGHT",
  40. "TOP",
  41. "BOTTOM",
  42. "NONE"
  43. ]
  44. }
  45. }
  46. ]
  47. }