Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / testGroup / outlet / Room1.json
@小李xl 小李xl on 19 May 2023 1 KB 生成boss房间
{
  "Position": {
    "X": -4,
    "Y": -4
  },
  "Size": {
    "X": 15,
    "Y": 12
  },
  "DoorAreaInfos": [],
  "NavigationList": [
    {
      "Type": 0,
      "Points": [
        {
          "X": -40,
          "Y": -40
        },
        {
          "X": 152,
          "Y": -40
        },
        {
          "X": 152,
          "Y": 112
        },
        {
          "X": -40,
          "Y": 112
        }
      ]
    },
    {
      "Type": 1,
      "Points": [
        {
          "X": -8,
          "Y": 0
        },
        {
          "X": 120,
          "Y": 0
        },
        {
          "X": 120,
          "Y": 72
        },
        {
          "X": 72,
          "Y": 72
        },
        {
          "X": 72,
          "Y": 40
        },
        {
          "X": 40,
          "Y": 40
        },
        {
          "X": 40,
          "Y": 72
        },
        {
          "X": -8,
          "Y": 72
        }
      ]
    }
  ],
  "GroupName": "testGroup",
  "RoomType": 2,
  "FileName": "Room1",
  "Weight": 100
}