{
  "formatVersion": 2,
  "type": "adventure-level",
  "level": {
    "name": "Hikayat Hang Tuah",
    "description": "",
    "type": "overworld",
    "gridSize": 40,
    "groundColor": "#70dbff",
    "music": "./audio/music-gamelan.mp3",
    "weather": "clear",
    "allowDecoOverlap": true,
    "ambientColor": "#606080",
    "ambientIntensity": 0.7,
    "hemiSkyColor": "#87ceeb",
    "hemiGroundColor": "#362907",
    "hemiIntensity": 0.4,
    "dirColor": "#fff4e0",
    "dirIntensity": 1.8,
    "shadowEnabled": true,
    "toneMappingExposure": 0.95,
    "useDayNightCycle": false,
    "sunEnabled": true,
    "fixedTimeOfDay": 9.5,
    "cameraType": "perspective",
    "cameraFov": 50,
    "uiTheme": "light",
    "skyboxType": "equirect",
    "skyboxColor": "#87ceeb",
    "skyboxImage": "./images/skybox/skybox-dawn1.jpg",
    "skyboxStars": true,
    "skyboxRotationY": 352,
    "showGround": true,
    "showGrid": true,
    "compassEnabled": false,
    "compassPosition": "top-right",
    "compassScale": 1,
    "compassImage": "",
    "compassNorthEdge": "top",
    "minimapEnabled": false,
    "minimapPosition": "bottom-right",
    "minimapScale": 1,
    "minimapImage": "",
    "minimapSize": 150,
    "fogNear": 0.15,
    "fogFar": 0.6,
    "weatherIntensity": 1,
    "lockRotation": true,
    "lockPan": true,
    "lockZoom": true
  },
  "sceneConfig": {
    "groundColor": "#70dbff"
  },
  "gameTime": 34200,
  "gameDay": 1,
  "timeSpeed": 60,
  "mainCamera": {
    "position": [
      1.925270690318379,
      3.8516460843257008,
      12.643524203481928
    ],
    "target": [
      -1.5565330894035385,
      0.4588927941051905,
      0.275129461346035
    ],
    "fov": 50,
    "type": "perspective"
  },
  "cameras": [],
  "playerControllers": [
    {
      "configId": "player_herio",
      "position": [
        0.5,
        0.05075807913401263,
        6.5
      ],
      "rotation": [
        0,
        0,
        0
      ],
      "controlType": "both",
      "moveSpeed": 1,
      "runSpeed": 2.5,
      "rotateSpeed": 3,
      "clickMoveSpeed": 1,
      "keyBindings": {
        "forward": {
          "key": "W",
          "anim": "Strangled_and_Fall_Forward",
          "desc": "Walk Forward"
        },
        "backward": {
          "key": "S",
          "anim": "Idle_02",
          "desc": "Walk Backward"
        },
        "left": {
          "key": "A",
          "anim": "",
          "desc": "Rotate Left"
        },
        "right": {
          "key": "D",
          "anim": "",
          "desc": "Rotate Right"
        },
        "run": {
          "key": "Shift",
          "anim": "Walking",
          "desc": "Run (hold)"
        },
        "idle": {
          "key": "",
          "anim": "Wave_for_Help_3",
          "desc": "Idle"
        },
        "clickmove": {
          "key": "",
          "anim": "Strangled_and_Fall_Forward",
          "desc": "Click-to-Move"
        },
        "action1": {
          "key": "1",
          "anim": "",
          "desc": "Action 1"
        },
        "action2": {
          "key": "2",
          "anim": "",
          "desc": "Action 2"
        },
        "action3": {
          "key": "3",
          "anim": "",
          "desc": "Action 3"
        },
        "action4": {
          "key": "4",
          "anim": "",
          "desc": "Action 4"
        }
      },
      "cameraFollow": false,
      "cameraDistance": 8,
      "cameraHeight": 6
    }
  ],
  "items": [
    {
      "configId": "scene_forest_stylized_2",
      "category": "scenes",
      "gridCells": [
        [
          19,
          21
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": true,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": [],
        "locked": true,
        "colliderFaceTarget": false,
        "onClickActions": []
      },
      "worldPos": [
        -0.5,
        0,
        1.5
      ],
      "objectId": "scenes_3",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          2.2,
          1,
          2.25
        ]
      }
    },
    {
      "configId": "npc_girl",
      "category": "npc",
      "gridCells": [
        [
          24,
          24
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Stand_Talking_Angry",
        "behavior": "idle",
        "idleAnim": "Stand_Talking_Angry",
        "walkAnim": "Stand_Talking_Angry",
        "moveSpeed": 1.1,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.7,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.8,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": [],
        "colliderFaceTarget": false,
        "onClickActions": []
      },
      "worldPos": [
        4.5,
        0.141,
        4.5
      ],
      "objectId": "npc_1",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0.2,
          -58.2,
          0.6
        ],
        "scaleOffset": [
          0.9,
          0.9,
          0.85
        ]
      }
    },
    {
      "configId": "player_herio",
      "category": "player",
      "gridCells": [
        [
          20,
          26
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "controlType": "both",
        "moveSpeed": 1,
        "runSpeed": 2.5,
        "rotateSpeed": 3,
        "clickMoveSpeed": 1,
        "keyBindings": {
          "forward": {
            "key": "W",
            "anim": "Strangled_and_Fall_Forward",
            "desc": "Walk Forward"
          },
          "backward": {
            "key": "S",
            "anim": "Idle_02",
            "desc": "Walk Backward"
          },
          "left": {
            "key": "A",
            "anim": "",
            "desc": "Rotate Left"
          },
          "right": {
            "key": "D",
            "anim": "",
            "desc": "Rotate Right"
          },
          "run": {
            "key": "Shift",
            "anim": "Walking",
            "desc": "Run (hold)"
          },
          "idle": {
            "key": "",
            "anim": "Wave_for_Help_3",
            "desc": "Idle"
          },
          "clickmove": {
            "key": "",
            "anim": "Strangled_and_Fall_Forward",
            "desc": "Click-to-Move"
          },
          "action1": {
            "key": "1",
            "anim": "",
            "desc": "Action 1"
          },
          "action2": {
            "key": "2",
            "anim": "",
            "desc": "Action 2"
          },
          "action3": {
            "key": "3",
            "anim": "",
            "desc": "Action 3"
          },
          "action4": {
            "key": "4",
            "anim": "",
            "desc": "Action 4"
          }
        },
        "cameraFollow": false,
        "cameraDistance": 8,
        "cameraHeight": 6,
        "walkOnSurface": false,
        "defaultAnimation": "Wave_for_Help_3",
        "walkOnSurfaces": true,
        "boundaryPoly": [
          [
            0.88,
            7.24
          ],
          [
            6.02,
            5.73
          ],
          [
            14.73,
            -13.53
          ],
          [
            1.9,
            -5.11
          ],
          [
            -3.61,
            -12.96
          ],
          [
            -10.09,
            -11.25
          ],
          [
            -16.01,
            -12.5
          ],
          [
            -16.62,
            0.78
          ],
          [
            -4.58,
            8.79
          ]
        ],
        "colliderEnabled": true,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.7,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.8,
        "animationSpeed": 0.9,
        "indicatorType": "plumbob",
        "cameraFollowMode": "behind",
        "cameraPitch": 0,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [
          {
            "targetType": "id",
            "targetValue": "npc_1",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudari?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#ffffff",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogDuration": 9000,
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 1000,
                "audioSrc": "./audio/hang-tuah-welcome-saudari-1.mp3"
              }
            ]
          },
          {
            "targetType": "id",
            "targetValue": "npc_2",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudara?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#ffffff",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogDuration": 9000,
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 100,
                "audioSrc": "./audio/hang-tuah-welcome-saudara-1.mp3"
              }
            ]
          },
          {
            "targetType": "id",
            "targetValue": "npc_4",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudara?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#ffffff",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogDuration": 9000,
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 100,
                "audioSrc": "./audio/hang-tuah-welcome-saudara-1.mp3"
              }
            ]
          },
          {
            "targetType": "id",
            "targetValue": "npc_6",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudara?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#e0e0e0",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogDuration": 9000,
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 100,
                "audioSrc": "./audio/hang-tuah-welcome-saudara-1.mp3"
              }
            ]
          },
          {
            "targetType": "id",
            "targetValue": "npc_3",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudara?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#ffffff",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 100,
                "audioSrc": "./audio/hang-tuah-welcome-saudara-1.mp3"
              }
            ]
          },
          {
            "targetType": "id",
            "targetValue": "npc_5",
            "actions": [
              {
                "type": "dialog",
                "delay": 0,
                "dialogText": "Salam! Hamba Laksamana Hang Tuah.  Selamat Datang ke negeri Melaka.  Apa yang boleh hamba bantu saudara?",
                "dialogMode": "screen",
                "dialogOffsetX": 0,
                "dialogOffsetY": 2,
                "dialogOffsetZ": 0,
                "dialogBgColor": "#0a0c12",
                "dialogTextColor": "#ffffff",
                "dialogSpeaker": "Laksamana Hang Tuah",
                "dialogDuration": 9000,
                "dialogPortrait": "./images/hangtuah/icon-hangtuah.png"
              },
              {
                "type": "audio",
                "delay": 1000,
                "audioSrc": "./audio/hang-tuah-welcome-saudara-1.mp3"
              }
            ]
          }
        ],
        "attachedScripts": [],
        "indicatorOffsetY": 2.4,
        "indicatorScale": 1.4,
        "cameraLockOrbit": false,
        "cameraTargetOffsetY": 0,
        "colliderFaceTarget": false,
        "onClickActions": []
      },
      "worldPos": [
        0.5,
        0.051,
        6.5
      ],
      "objectId": "player_1",
      "transformAdj": {
        "posOffset": [
          0,
          0.051,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "npc_bad",
      "category": "npc",
      "gridCells": [
        [
          14,
          26
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Regular_Jump",
        "behavior": "idle",
        "idleAnim": "Regular_Jump",
        "walkAnim": "Regular_Jump",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.9,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.9,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -5.5,
        0.295,
        6.5
      ],
      "objectId": "npc_2",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          88.5,
          0
        ],
        "scaleOffset": [
          1.2,
          1.2,
          1.2
        ]
      }
    },
    {
      "configId": "npc_arab",
      "category": "npc",
      "gridCells": [
        [
          14,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Idle_11",
        "behavior": "idle",
        "idleAnim": "",
        "walkAnim": "",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.8,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.8,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -5.5,
        0.038,
        -0.5
      ],
      "objectId": "npc_3",
      "transformAdj": {
        "posOffset": [
          0,
          -0.082,
          0
        ],
        "rotOffset": [
          0,
          64.9,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "npc_chinese",
      "category": "npc",
      "gridCells": [
        [
          23,
          21
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Idle_3",
        "behavior": "idle",
        "idleAnim": "Idle_3",
        "walkAnim": "Idle_3",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.6,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.7,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": [],
        "colliderFaceTarget": false,
        "onClickActions": []
      },
      "worldPos": [
        3.5,
        0.451,
        1.5
      ],
      "objectId": "npc_4"
    },
    {
      "configId": "npc_indian",
      "category": "npc",
      "gridCells": [
        [
          19,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Idle_02",
        "behavior": "idle",
        "idleAnim": "Idle_02",
        "walkAnim": "Idle_02",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.7,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.7,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -0.5,
        0.356,
        -0.5
      ],
      "objectId": "npc_5",
      "transformAdj": {
        "posOffset": [
          0,
          -0.039,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "npc_portugese",
      "category": "npc",
      "gridCells": [
        [
          13,
          23
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Agree_Gesture",
        "behavior": "idle",
        "idleAnim": "Agree_Gesture",
        "walkAnim": "Agree_Gesture",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 0.7,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderOffsetY": 0.8,
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -6.5,
        0.564,
        3.5
      ],
      "objectId": "npc_6",
      "transformAdj": {
        "posOffset": [
          0,
          0.356,
          0
        ],
        "rotOffset": [
          -179.7,
          74.8,
          179.7
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "building1_house_kampung",
      "category": "building",
      "gridCells": [
        [
          13,
          5
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "enterable": false,
        "interiorId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": [],
        "locked": true
      },
      "worldPos": [
        -6.5,
        0,
        -14.5
      ],
      "objectId": "building_1"
    },
    {
      "configId": "building1_house_kampung_2",
      "category": "building",
      "gridCells": [
        [
          2,
          10
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "enterable": false,
        "interiorId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": [],
        "locked": false
      },
      "worldPos": [
        -17.5,
        0.223,
        -9.5
      ],
      "objectId": "building_2",
      "transformAdj": {
        "posOffset": [
          0,
          0.223,
          0
        ],
        "rotOffset": [
          0,
          72,
          0
        ],
        "scaleOffset": [
          1.35,
          1.4,
          1.3
        ]
      }
    },
    {
      "configId": "building1_house_kampung",
      "category": "building",
      "gridCells": [
        [
          25,
          14
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "enterable": false,
        "interiorId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": [],
        "locked": true
      },
      "worldPos": [
        5.5,
        0.593,
        -5.5
      ],
      "objectId": "building_3",
      "transformAdj": {
        "posOffset": [
          0,
          0.593,
          0
        ],
        "rotOffset": [
          -0.1,
          23,
          -0.2
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "tree4",
      "category": "decoration",
      "gridCells": [
        [
          3,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -16.5,
        0,
        -0.5
      ],
      "objectId": "decoration_1",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          145,
          0
        ],
        "scaleOffset": [
          2,
          2,
          2
        ]
      }
    },
    {
      "configId": "tree4",
      "category": "decoration",
      "gridCells": [
        [
          5,
          10
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -14.5,
        0,
        -9.5
      ],
      "objectId": "decoration_2",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          145,
          0
        ],
        "scaleOffset": [
          2,
          2,
          2
        ]
      }
    },
    {
      "configId": "tree4",
      "category": "decoration",
      "gridCells": [
        [
          18,
          8
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -1.5,
        0,
        -11.5
      ],
      "objectId": "decoration_3",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          145,
          0
        ],
        "scaleOffset": [
          2,
          2,
          2
        ]
      }
    },
    {
      "configId": "tree4",
      "category": "decoration",
      "gridCells": [
        [
          29,
          15
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        9.5,
        0.512,
        -4.5
      ],
      "objectId": "decoration_4",
      "transformAdj": {
        "posOffset": [
          0,
          0.512,
          0
        ],
        "rotOffset": [
          0,
          145,
          0
        ],
        "scaleOffset": [
          2,
          2,
          2
        ]
      }
    },
    {
      "configId": "tree5",
      "category": "decoration",
      "gridCells": [
        [
          22,
          17
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        2.5,
        0.227,
        -2.5
      ],
      "objectId": "decoration_5",
      "transformAdj": {
        "posOffset": [
          0,
          0.227,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.6,
          1.55,
          1.6
        ]
      }
    },
    {
      "configId": "tree5",
      "category": "decoration",
      "gridCells": [
        [
          6,
          3
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -13.5,
        0,
        -16.5
      ],
      "objectId": "decoration_6",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.6,
          1.55,
          1.6
        ]
      }
    },
    {
      "configId": "tree5",
      "category": "decoration",
      "gridCells": [
        [
          2,
          3
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        -17.5,
        0,
        -16.5
      ],
      "objectId": "decoration_7",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.6,
          1.55,
          1.6
        ]
      }
    },
    {
      "configId": "tree5",
      "category": "decoration",
      "gridCells": [
        [
          20,
          9
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": []
      },
      "worldPos": [
        0.5,
        0,
        -10.5
      ],
      "objectId": "decoration_8",
      "transformAdj": {
        "posOffset": [
          0,
          0,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.6,
          1.55,
          1.6
        ]
      }
    },
    {
      "configId": "building1_house_kampung_2",
      "category": "building",
      "gridCells": [
        [
          2,
          16
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "enterable": false,
        "interiorId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "attachedScripts": [],
        "locked": false
      },
      "worldPos": [
        -17.5,
        0.223,
        -3.5
      ],
      "objectId": "building_4",
      "transformAdj": {
        "posOffset": [
          0,
          0.223,
          0
        ],
        "rotOffset": [
          0,
          72,
          0
        ],
        "scaleOffset": [
          1.35,
          1.4,
          1.3
        ]
      }
    }
  ],
  "customCode": "",
  "codeFunctions": {},
  "wbCustomBlocks": []
}