Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / GroupConfig.json
@小李xl 小李xl on 11 Apr 2024 1 KB 敌人死亡效果更新
{
  "Test1": {
    "GroupName": "Test1",
    "TileSet": "TileSet1",
    "BattleList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle1"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle2"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle3"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle4"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle5"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/battle/Battle6"
      }
    ],
    "InletList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/inlet/Start"
      },
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/inlet/Start2"
      }
    ],
    "OutletList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/outlet/End1"
      }
    ],
    "BossList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/boss/Boss1"
      }
    ],
    "RewardList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/reward/Reward1"
      }
    ],
    "ShopList": [
      {
        "ErrorType": 0,
        "Path": "resource/map/tileMaps/Test1/shop/Shop1"
      }
    ],
    "EventList": [],
    "Remark": ""
  },
  "test2": {
    "GroupName": "test2",
    "TileSet": "TileSet1",
    "BattleList": [
      {
        "ErrorType": 1,
        "Path": "resource/map/tileMaps/test2/battle/1"
      }
    ],
    "InletList": [],
    "OutletList": [],
    "BossList": [],
    "RewardList": [],
    "ShopList": [],
    "EventList": [],
    "Remark": "\u611F\u8C22\u5927\u5BB6\u7684\u652F\u6301"
  }
}