Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / RoomConfig.json
[
  {
    "ScenePath": "res://resource/map/tileMaps/Room1.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room1.json"
  },
  {
    "ScenePath": "res://resource/map/tileMaps/Room2.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room2.json"
  },
  {
    "ScenePath": "res://resource/map/tileMaps/Room3.tscn",
    "ConfigPath": "res://resource/map/tiledata/Room3.json"
  }
]