Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / Room3.json
@小李xl 小李xl on 20 Feb 2023 400 bytes 删除部分类上的序列化标记
{
  "Position": {
    "X": -1,
    "Y": -1
  },
  "Size": {
    "X": 21,
    "Y": 21
  },
  "DoorAreaInfos": [
    {
      "Direction": 3,
      "Start": 64,
      "End": 128
    },
    {
      "Direction": 2,
      "Start": 64,
      "End": 272
    },
    {
      "Direction": 1,
      "Start": 16,
      "End": 320
    },
    {
      "Direction": 3,
      "Start": 208,
      "End": 272
    }
  ]
}