Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / Room3.json
@小李xl 小李xl on 24 Feb 2023 401 bytes 小修改
{
  "Position": {
    "X": -1,
    "Y": -1
  },
  "Size": {
    "X": 21,
    "Y": 21
  },
  "DoorAreaInfos": [
    {
      "Direction": 1,
      "Start": 16,
      "End": 144
    },
    {
      "Direction": 3,
      "Start": 208,
      "End": 272
    },
    {
      "Direction": 2,
      "Start": 208,
      "End": 272
    },
    {
      "Direction": 0,
      "Start": 16,
      "End": 144
    }
  ]
}