| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_resourceType": "actorPrefab",
- "id": "3a47a09e-d8b3-45bc-8ccf-43f8d3362f92",
- "name": "Final Door",
- "frame": 0,
- "animate": false,
- "spriteSheetId": "13cb427c-c99e-4206-88b2-4eec317a9feb",
- "moveSpeed": 1,
- "animSpeed": 15,
- "paletteId": "",
- "persistent": false,
- "collisionGroup": "1",
- "script": [
- {
- "command": "EVENT_IF",
- "args": {
- "condition": {
- "type": "variable",
- "value": "13"
- },
- "__collapseElse": true
- },
- "children": {
- "true": [
- {
- "command": "EVENT_SWITCH_SCENE",
- "args": {
- "sceneId": "382aaafd-7a27-4624-b9b5-64d6885e491b",
- "x": {
- "type": "number",
- "value": 2
- },
- "y": {
- "type": "number",
- "value": 8
- },
- "direction": "",
- "fadeSpeed": "2"
- },
- "id": "deffa22e-cb21-4bbd-a785-11cb7cc517c3"
- }
- ],
- "false": [
- {
- "command": "EVENT_TEXT",
- "args": {
- "text": [
- "This door seems to\nbe locked!"
- ],
- "__section": "text",
- "avatarId": "",
- "minHeight": 4,
- "maxHeight": 7,
- "textX": 1,
- "textY": 1,
- "textHeight": 5,
- "position": "bottom",
- "clearPrevious": true,
- "showFrame": "true",
- "speedIn": -1,
- "speedOut": -1,
- "closeWhen": "key",
- "closeButton": "a",
- "closeDelayTime": 0.5,
- "closeDelayFrames": 30
- },
- "id": "60d61eaa-e8eb-4b58-9758-581c83fe6628"
- }
- ]
- },
- "id": "0778267e-e15b-467d-893a-ce22779f1c00"
- }
- ],
- "startScript": [],
- "updateScript": [],
- "hit1Script": [],
- "hit2Script": [],
- "hit3Script": []
- }
|