{
  "camera_zoom_max": 0,
  "fog_end": 50,
  "characters": [
    {
      "id": "hallway",
      "base": true,
      "spawn": false,
      "entities": [
        {
          "id": "warp_0",
          "attach_z": -30,
          "draw": false,
          "event_todo": [
            {
              "stat": "position_z",
              "value": 50
            }
          ],
          "event_range": 0,
          "rotate_x": 90,
          "vertices": [
            10, 0, -10,
            -10, 0, -10,
            -10, 0, 10,
            10, 0, 10
          ]
        },
        {
          "id": "warp_1",
          "attach_z": 30,
          "draw": false,
          "event_todo": [
            {
              "stat": "position_z",
              "value": -50
            }
          ],
          "event_range": 0,
          "rotate_x": 270,
          "vertices": [
            10, 0, -10,
            -10, 0, -10,
            -10, 0, 10,
            10, 0, 10
          ]
        }
      ]
    }
  ],
  "prefabs": [
    {
      "type": "webgl_primitive_cuboid",
      "properties": {
        "prefix": "hallway",
        "all": {
          "texture": "lavaleaf.png",
          "texture_y": 3
        },
        "back": {
          "exclude": true
        },
        "front": {
          "exclude": true
        },
        "size_x": -10,
        "size_y": -10,
        "size_z": -150
      }
    }
  ]
}
