Skip to content
Snippets Groups Projects
testlevel1.json 2.21 KiB
{
  "name": "Ba Ba Test Sheep",
  "width": 10,
  "height": 10,
  "connectors": [
    {
      "type": "is",
      "x": 2,
      "y": 5
    },
    {
      "type": "is",
      "x": 2,
      "y": 2
    }
  ],
  "nouns": [
    {
      "name": "charles",
      "images": {
        "text": "charles-text.png",
        "entity": "charles.png"
      },
      "text_start_locations": [
        {
          "x": 1,
          "y": 5
        }
      ],
      "entity_start_locations": [
        {
          "x": 6,
          "y": 5
        }
      ]
    },
    {
      "name": "wall",
      "images": {
        "text": "wall-text.png",
        "entity": "wall.png"
      },
      "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
        },
        {