Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / GroupConfig.json
@小李xl 小李xl on 19 Jan 2024 625 bytes 显示Terrain预览
{
  "Test1": {
    "GroupName": "Test1",
    "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": ""
  }
}