{
  "formatVersion": 2,
  "type": "adventure-level",
  "level": {
    "name": "Scene Room",
    "description": "",
    "type": "overworld",
    "gridSize": 40,
    "groundColor": "#78c978",
    "music": "",
    "weather": "clear",
    "allowDecoOverlap": true,
    "ambientColor": "#606080",
    "ambientIntensity": 0.5,
    "hemiSkyColor": "#87ceeb",
    "hemiGroundColor": "#362907",
    "hemiIntensity": 0.4,
    "dirColor": "#fff4e0",
    "dirIntensity": 1.8,
    "shadowEnabled": true,
    "toneMappingExposure": 1.2,
    "useDayNightCycle": true,
    "sunEnabled": true,
    "fixedTimeOfDay": 8,
    "cameraType": "perspective",
    "cameraFov": 50,
    "uiTheme": "light",
    "skyboxType": "procedural",
    "skyboxColor": "#87ceeb",
    "skyboxImage": "",
    "skyboxStars": true
  },
  "sceneConfig": {
    "groundColor": "#78c978"
  },
  "gameTime": 28800,
  "gameDay": 1,
  "timeSpeed": 60,
  "mainCamera": {
    "position": [
      3.9568818282921088,
      2.5136284072934245,
      2.461560288716158
    ],
    "target": [
      0.7047778029672008,
      0.04273327010807021,
      -1.0135384707831996
    ],
    "fov": 50,
    "type": "perspective"
  },
  "cameras": [],
  "playerControllers": [
    {
      "configId": "player_main_messi",
      "position": [
        0.9321347247067153,
        0.2,
        -0.06837352615776707
      ],
      "rotation": [
        0,
        0.9810332041999514,
        0
      ],
      "controlType": "both",
      "moveSpeed": 1,
      "runSpeed": 2,
      "rotateSpeed": 3,
      "clickMoveSpeed": 1,
      "keyBindings": {
        "forward": {
          "key": "W",
          "anim": "walk",
          "desc": "Walk Forward"
        },
        "backward": {
          "key": "S",
          "anim": "backwards",
          "desc": "Walk Backward"
        },
        "left": {
          "key": "A",
          "anim": "",
          "desc": "Rotate Left"
        },
        "right": {
          "key": "D",
          "anim": "",
          "desc": "Rotate Right"
        },
        "run": {
          "key": "Shift",
          "anim": "run",
          "desc": "Run (hold)"
        },
        "idle": {
          "key": "",
          "anim": "idle",
          "desc": "Idle"
        },
        "clickmove": {
          "key": "",
          "anim": "walk",
          "desc": "Click-to-Move"
        }
      },
      "cameraFollow": false,
      "cameraDistance": 8,
      "cameraHeight": 6
    }
  ],
  "items": [
    {
      "configId": "scene_room",
      "category": "landscape",
      "gridCells": [
        [
          21,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {},
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          0.9,
          0.9,
          0.9
        ]
      }
    },
    {
      "configId": "player_main_messi",
      "category": "player",
      "gridCells": [
        [
          21,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "controlType": "both",
        "moveSpeed": 1,
        "runSpeed": 2,
        "rotateSpeed": 3,
        "clickMoveSpeed": 1,
        "keyBindings": {
          "forward": {
            "key": "W",
            "anim": "walk",
            "desc": "Walk Forward"
          },
          "backward": {
            "key": "S",
            "anim": "backwards",
            "desc": "Walk Backward"
          },
          "left": {
            "key": "A",
            "anim": "",
            "desc": "Rotate Left"
          },
          "right": {
            "key": "D",
            "anim": "",
            "desc": "Rotate Right"
          },
          "run": {
            "key": "Shift",
            "anim": "run",
            "desc": "Run (hold)"
          },
          "idle": {
            "key": "",
            "anim": "idle",
            "desc": "Idle"
          },
          "clickmove": {
            "key": "",
            "anim": "walk",
            "desc": "Click-to-Move"
          }
        },
        "cameraFollow": false,
        "cameraDistance": 8,
        "cameraHeight": 6,
        "defaultAnimation": "idle",
        "boundaryPoly": [
          [
            2.16,
            0.41
          ],
          [
            2.18,
            -1.79
          ],
          [
            2.51,
            -2.05
          ],
          [
            0.37,
            -2.12
          ],
          [
            0.2,
            -1.46
          ],
          [
            0.22,
            0.67
          ],
          [
            0.39,
            1.22
          ],
          [
            2.77,
            1.32
          ],
          [
            2.59,
            0.73
          ],
          [
            2.16,
            0.73
          ]
        ]
      }
    }
  ]
}