Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / testGroup / battle / Room1.json
@小李xl 小李xl on 5 Apr 2023 798 bytes 还原已经做好的房间的门区域
{
  "Position": {
    "X": -10,
    "Y": -6
  },
  "Size": {
    "X": 20,
    "Y": 13
  },
  "DoorAreaInfos": [],
  "NavigationList": [
    {
      "Type": 0,
      "Points": [
        {
          "X": -136,
          "Y": -72
        },
        {
          "X": 136,
          "Y": -72
        },
        {
          "X": 136,
          "Y": 88
        },
        {
          "X": -136,
          "Y": 88
        }
      ]
    },
    {
      "Type": 1,
      "Points": [
        {
          "X": -104,
          "Y": -40
        },
        {
          "X": 104,
          "Y": -40
        },
        {
          "X": 104,
          "Y": 56
        },
        {
          "X": -104,
          "Y": 56
        }
      ]
    }
  ],
  "GroupName": "testGroup",
  "RoomType": 0,
  "FileName": "Room1"
}