Skip to content
Snippets Groups Projects
testlevel2.json 4.76 KiB
Newer Older
Louis's avatar
Louis committed
{
  "name": "Ba Ba Test Sheep",
  "width": 10,
  "height": 10,
  "connectors": [
    {
      "type": "is",
      "x": 2,
      "y": 5
    },
    {
      "type": "is",
      "x": 2,
      "y": 2
    },
    {
      "type": "is",
      "x": 7,
      "y": 7
    }
  ],
  "nouns": [
    {
      "name": "charles",
      "images": {
Louis's avatar
Louis committed
        "text": "charles-text.png",
        "entity": "charles.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 1,
          "y": 5
        }
      ],
      "entity_start_locations": [
        {
          "x": 5,
          "y": 5
        }
      ]
    },    {
      "name": "flag",
      "images": {
Louis's avatar
Louis committed
        "text": "flag-text.png",
        "entity": "flag.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 7,
          "y": 6
        }
      ],
      "entity_start_locations": [
        {
          "x": 8,
          "y": 3
        }
      ]
    },
    {
      "name": "wall",
      "images": {
Louis's avatar
Louis committed
        "text": "wall-text.png",
        "entity": "wall.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 1,
          "y": 2
        }
      ],
      "entity_start_locations": [
        {
          "x": 0,
          "y": 0
        },
        {
          "x": 1,
          "y": 0
        },
        {
          "x": 2,
          "y": 0
        },
        {
          "x": 3,
          "y": 0
        },
        {
          "x": 4,
          "y": 0
        },
        {
          "x": 5,
          "y": 0
        },
        {
          "x": 6,
          "y": 0
        },
        {
          "x": 7,
          "y": 0
        },
        {
          "x": 8,
          "y": 0
        },
        {
          "x": 9,
          "y": 0
        },
        {
          "x": 0,
          "y": 2
        },
        {
          "x": 0,
          "y": 1
        },
        {
          "x": 0,
          "y": 3
        },
        {
          "x": 0,
          "y": 4
        },
        {
          "x": 0,
          "y": 5
        },
        {
          "x": 0,
          "y": 6
        },
        {
          "x": 0,
          "y": 7
        },
        {
          "x": 0,
          "y": 8
        },
        {
          "x": 0,
          "y": 9
        },
        {
          "x": 1,
          "y": 9
        },
        {
          "x": 2,
          "y": 9
        },
        {
          "x": 3,
          "y": 9
        },
        {
          "x": 4,
          "y": 9
        },
        {
          "x": 6,
          "y": 9
        },
        {
          "x": 7,
          "y": 9
        },
        {
          "x": 8,
          "y": 9
        },
        {
          "x": 9,
          "y": 9
        },
        {
          "x": 5,
          "y": 9
        },
        {
          "x": 9,
          "y": 3
        },
        {
          "x": 9,
          "y": 1
        },
        {
          "x": 9,
          "y": 2
        },
        {
          "x": 9,
          "y": 4
        },
        {
          "x": 9,
          "y": 5
        },
        {
          "x": 9,
          "y": 6
        },
        {
          "x": 9,
          "y": 7
        },
        {
          "x": 9,
          "y": 8
        },
        {
          "x": 6,
          "y": 1
        },
        {
          "x": 6,
          "y": 2
        },
        {
          "x": 6,
          "y": 3
        },
        {
          "x": 6,
          "y": 5
        },
        {
          "x": 6,
          "y": 6
        },
        {
          "x": 6,
          "y": 4
        },
        {
          "x": 6,
          "y": 7
        },
        {
          "x": 6,
          "y": 8
        }
      ]
    }
  ],
  "adjectives": [
    {
      "name": "you",
      "source": {
        "type": "internal",
        "data": "adjectives/you"
      },
      "images": {
Louis's avatar
Louis committed
        "text": "you-text.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 3,
          "y": 5
        }
      ]
    },
    {
      "name": "push",
      "source": {
        "type": "internal",
        "data": "adjectives/push"
      },
      "images": {
Louis's avatar
Louis committed
        "text": "push-text.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 3,
          "y": 7
        }
      ]
    },
    {
      "name": "stop",
      "source": {
        "type": "inline",
        "data": {
          "id": "stop",
          "interactions": {
          }
        }
      },
      "images": {
Louis's avatar
Louis committed
        "text": "stop-text.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 3,
          "y": 2
        }
      ]
    },
    {
      "name": "win",
      "source": {
        "type": "inline",
        "data": {
          "id": "win",
          "interactions": {}
        }
      },
      "images": {
Louis's avatar
Louis committed
        "text": "win-text.png"
Louis's avatar
Louis committed
      },
      "text_start_locations": [
        {
          "x": 7,
          "y": 8
        }
      ]
    }
  ]
}