Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / RoomConfig.json
@小李xl 小李xl on 23 Feb 2023 670 bytes 自定义房间连通功能, 开发中
[
  {
    "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": [
        {
          "Direction": 3,
          "Start": 16,
          "End": 80
        },
        {
          "Direction": 2,
          "Start": 64,
          "End": 272
        },
        {
          "Direction": 1,
          "Start": 16,
          "End": 320
        },
        {
          "Direction": 3,
          "Start": 208,
          "End": 320
        }
      ]
    }
  }
]