Newer
Older
System38 / project / scenes / e02-03-save / scene.gbsres
{
  "_resourceType": "scene",
  "id": "b29562cf-4807-4086-809d-96d3cd314cd0",
  "_index": 11,
  "type": "TOPDOWN",
  "name": "E02-03-Save",
  "symbol": "scene_e02_03_save",
  "x": 1941,
  "y": 883,
  "width": 20,
  "height": 18,
  "backgroundId": "1da35172-aea4-40b4-8215-7992d9245b34",
  "tilesetId": "",
  "paletteIds": [],
  "spritePaletteIds": [],
  "autoFadeSpeed": 1,
  "script": [
    {
      "id": "c8421388-2d93-4172-a55c-3239f0641b2e",
      "command": "EVENT_ACTOR_DEACTIVATE",
      "args": {
        "actorId": "$self$"
      }
    },
    {
      "id": "8fe7859b-f85a-4973-b1ae-0b82c5189b6d",
      "command": "EVENT_CHOICE",
      "args": {
        "variable": "L0",
        "trueText": "Guardar",
        "falseText": "Continuar"
      }
    },
    {
      "id": "3e18ab83-a33b-4164-87f8-d99c505d17ad",
      "command": "EVENT_IF",
      "args": {
        "variable": "L0",
        "__collapseElse": false,
        "condition": {
          "type": "variable",
          "value": "L0"
        }
      },
      "children": {
        "true": [
          {
            "id": "54fceb95-c476-4344-94ca-82b0c8c3bbce",
            "command": "EVENT_SAVE_DATA",
            "args": {
              "saveSlot": 0
            },
            "children": {
              "true": []
            }
          }
        ],
        "false": []
      }
    },
    {
      "id": "1986887d-11c2-4ef1-939a-3f35dfaf5d0d",
      "command": "EVENT_SWITCH_SCENE",
      "args": {
        "sceneId": "0e4b0110-8929-490d-8a7e-15cc889a4574",
        "x": {
          "type": "number",
          "value": 5
        },
        "y": {
          "type": "number",
          "value": 10
        },
        "direction": "left",
        "fadeSpeed": "2"
      }
    }
  ],
  "playerHit1Script": [],
  "playerHit2Script": [],
  "playerHit3Script": [],
  "collisions": ""
}