Newer
Older
System38 / project / scenes / titulo / scene.gbsres
{
  "_resourceType": "scene",
  "id": "4912bee2-387a-472f-ae4f-6679b6149517",
  "_index": 1,
  "type": "TOPDOWN",
  "name": "Titulo",
  "symbol": "scene_titulo",
  "x": 651,
  "y": 65.5,
  "width": 20,
  "height": 18,
  "backgroundId": "f047ff0e-58ad-49fc-bd2b-ec84fc1f7ab3",
  "tilesetId": "",
  "paletteIds": [
    "6c061cf0-4be4-4dd4-bd36-dc900a9060d7",
    "794f969a-ade7-4a9a-907c-6e0fd4051179",
    "0340b7de-15e3-4d15-9153-85468eaa1ec1"
  ],
  "spritePaletteIds": [],
  "autoFadeSpeed": 1,
  "script": [
    {
      "id": "82ba937b-2e7f-4044-a567-50f9c91be84d",
      "command": "EVENT_MUSIC_PLAY",
      "args": {
        "musicId": "6fe51174-4559-42ef-9670-da84efb4adc4",
        "loop": true
      }
    },
    {
      "id": "ff79b819-b435-4ef8-af20-07302038959f",
      "command": "EVENT_ACTOR_DEACTIVATE",
      "args": {
        "actorId": "player"
      }
    },
    {
      "id": "41b284dc-047f-4bb1-ad5c-f8ade30d034e",
      "command": "EVENT_AWAIT_INPUT",
      "args": {
        "input": [
          "a",
          "b",
          "start",
          "select"
        ]
      }
    },
    {
      "id": "19a94599-0006-4e3f-9049-c5087d230ed8",
      "command": "EVENT_LOOP",
      "args": {},
      "children": {
        "true": [
          {
            "id": "44762258-56af-44bd-abea-f0b9358bc514",
            "command": "EVENT_CHOICE",
            "args": {
              "variable": "L0",
              "trueText": "Nuevo",
              "falseText": "Continuar"
            }
          },
          {
            "id": "9e757f17-62ae-4fb5-990f-a9d337d7f07d",
            "command": "EVENT_IF",
            "args": {
              "variable": "L0",
              "__collapse": false,
              "__collapseElse": false,
              "condition": {
                "type": "variable",
                "value": "L0"
              }
            },
            "children": {
              "true": [
                {
                  "id": "a5dddc76-e5fe-424a-9b2b-1ad1834acefb",
                  "command": "EVENT_SWITCH_SCENE",
                  "args": {
                    "sceneId": "7a4ba4ca-6373-466e-9b23-85393a44b772",
                    "x": {
                      "type": "number",
                      "value": 15
                    },
                    "y": {
                      "type": "number",
                      "value": 6
                    },
                    "direction": "left",
                    "fadeSpeed": "4"
                  }
                }
              ],
              "false": [
                {
                  "id": "d2cd5812-f043-4aa5-b827-475dc79091e7",
                  "command": "EVENT_IF_SAVED_DATA",
                  "args": {
                    "saveSlot": 0
                  },
                  "children": {
                    "true": [
                      {
                        "id": "4a922761-48a9-410d-b603-00e7a7dd91ea",
                        "command": "EVENT_LOAD_DATA",
                        "args": {
                          "saveSlot": 0
                        }
                      }
                    ],
                    "false": [
                      {
                        "id": "06b8f464-996e-4c51-8918-50d62bb0c02d",
                        "command": "EVENT_TEXT",
                        "args": {
                          "text": [
                            "Nada que cargar"
                          ],
                          "avatarId": "cc3ac2bf-84ac-467c-a10d-3192a2f28224"
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "playerHit1Script": [],
  "playerHit2Script": [],
  "playerHit3Script": [],
  "collisions": ""
}