| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_resourceType": "actorPrefab",
- "id": "f97b88e4-2b19-4752-ba34-d1b0f742b192",
- "name": "InvisibilityWall",
- "frame": 0,
- "animate": false,
- "spriteSheetId": "a811b039-2c78-46cc-8aa3-e458c8657b6b",
- "moveSpeed": 1,
- "animSpeed": 255,
- "paletteId": "",
- "persistent": false,
- "collisionGroup": "3",
- "script": [
- {
- "command": "EVENT_IF",
- "args": {
- "condition": {
- "type": "variable",
- "value": "0"
- },
- "__collapseElse": true,
- "__comment": false,
- "__collapse": false
- },
- "children": {
- "true": [
- {
- "command": "EVENT_ACTOR_COLLISIONS_DISABLE",
- "args": {
- "actorId": "$self$"
- },
- "id": "f2575a64-e20c-4c4b-8e18-93c492ca73cd"
- },
- {
- "command": "EVENT_WAIT",
- "args": {
- "time": 0.5,
- "frames": 30
- },
- "id": "4ae1c1ce-4f9f-43cc-8c9b-6c70ca6e461e"
- },
- {
- "command": "EVENT_ACTOR_COLLISIONS_ENABLE",
- "args": {
- "actorId": "$self$"
- },
- "id": "78fded32-9971-4b52-9e89-287c0e24b9c5"
- }
- ],
- "false": []
- },
- "id": "6fb023ae-5084-4fc4-aea6-4d316933898e"
- }
- ],
- "startScript": [],
- "updateScript": [],
- "hit1Script": [],
- "hit2Script": [],
- "hit3Script": []
- }
|