Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / Room2.json
@小李xl 小李xl on 1 Mar 2023 400 bytes 添加2个测试房间
{
  "Position": {
    "X": -1,
    "Y": -1
  },
  "Size": {
    "X": 19,
    "Y": 12
  },
  "DoorAreaInfos": [
    {
      "Direction": 1,
      "Start": 16,
      "End": 176
    },
    {
      "Direction": 2,
      "Start": 16,
      "End": 176
    },
    {
      "Direction": 0,
      "Start": 16,
      "End": 176
    },
    {
      "Direction": 3,
      "Start": 128,
      "End": 288
    }
  ]
}