Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / GroupConfig.json
@小李xl 小李xl on 21 Jan 2024 652 bytes 删除地牢组和一些小细节优化
{
  "Test1": {
    "GroupName": "Test1",
    "TileSet": "TileSet1",
    "BattleList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle1"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle2"
      }
    ],
    "InletList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/inlet/Start"
      }
    ],
    "OutletList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/outlet/End1"
      }
    ],
    "BossList": [],
    "RewardList": [],
    "ShopList": [],
    "EventList": [],
    "Remark": ""
  }
}