invisibilitywall.gbsres 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_resourceType": "actorPrefab",
  3. "id": "f97b88e4-2b19-4752-ba34-d1b0f742b192",
  4. "name": "InvisibilityWall",
  5. "frame": 0,
  6. "animate": false,
  7. "spriteSheetId": "a811b039-2c78-46cc-8aa3-e458c8657b6b",
  8. "moveSpeed": 1,
  9. "animSpeed": 255,
  10. "paletteId": "",
  11. "persistent": false,
  12. "collisionGroup": "1",
  13. "script": [
  14. {
  15. "command": "EVENT_IF",
  16. "args": {
  17. "condition": {
  18. "type": "variable",
  19. "value": "0"
  20. },
  21. "__collapseElse": true,
  22. "__comment": false,
  23. "__collapse": false
  24. },
  25. "children": {
  26. "true": [
  27. {
  28. "command": "EVENT_ACTOR_COLLISIONS_DISABLE",
  29. "args": {
  30. "actorId": "$self$"
  31. },
  32. "id": "f2575a64-e20c-4c4b-8e18-93c492ca73cd"
  33. },
  34. {
  35. "command": "EVENT_WAIT",
  36. "args": {
  37. "time": 0.5,
  38. "frames": 30
  39. },
  40. "id": "4ae1c1ce-4f9f-43cc-8c9b-6c70ca6e461e"
  41. },
  42. {
  43. "command": "EVENT_ACTOR_COLLISIONS_ENABLE",
  44. "args": {
  45. "actorId": "$self$"
  46. },
  47. "id": "78fded32-9971-4b52-9e89-287c0e24b9c5"
  48. }
  49. ],
  50. "false": []
  51. },
  52. "id": "6fb023ae-5084-4fc4-aea6-4d316933898e"
  53. }
  54. ],
  55. "startScript": [],
  56. "updateScript": [],
  57. "hit1Script": [],
  58. "hit2Script": [],
  59. "hit3Script": []
  60. }