{
  "width": 8,
  "height": 6,
  "layers": {
    "ground": [
      [0,0,0,0,0,0,0,0],
      [0,0,0,0,0,0,0,0],
      [0,0,0,0,0,0,0,0],
      [0,0,0,0,0,0,0,0],
      [0,0,0,0,0,0,0,0],
      [0,0,0,0,0,0,0,0]
    ],
    "collision": [
      [1,1,1,1,1,1,1,1],
      [1,0,0,0,0,0,0,1],
      [1,0,0,0,0,0,0,1],
      [1,0,0,0,0,0,0,1],
      [1,0,0,0,0,0,0,1],
      [1,1,1,1,1,1,1,1]
    ]
  },
  "items": [],
  "doors": [
    {
      "id": "haustuer_innen",
      "x": 2,
      "y": 2,
      "locked": false,
      "requiresItem": null,
      "leadsTo": {
        "map": "stadt",
        "x": 6,
        "y": 4
      }
    }
  ],
  "triggers": [],
  "npcs": []
}
