Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / RoomConfig.json
[
  {
    "ScenePath": "res://resource/map/tileMaps/Room1.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room1.json",
    "RoomInfo": {
      "Position": {
        "X": -1,
        "Y": -1
      },
      "Size": {
        "X": 20,
        "Y": 13
      },
      "DoorAreaInfos": [
        {
          "Direction": 3,
          "Start": 16,
          "End": 304
        }
      ],
      "Navigation": null
    }
  },
  {
    "ScenePath": "res://resource/map/tileMaps/Room2.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room2.json",
    "RoomInfo": {
      "Position": {
        "X": -1,
        "Y": -1
      },
      "Size": {
        "X": 19,
        "Y": 12
      },
      "DoorAreaInfos": [],
      "Navigation": null
    }
  },
  {
    "ScenePath": "res://resource/map/tileMaps/Room3.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room3.json",
    "RoomInfo": {
      "Position": {
        "X": -1,
        "Y": -1
      },
      "Size": {
        "X": 21,
        "Y": 21
      },
      "DoorAreaInfos": [],
      "Navigation": null
    }
  }
]