Files
Bubberstation/_maps/runtimestation.json
Jordan Brown 94b076bd5a Out of repo maps part 1: JSON Improvements (#53663)
Replaces the map job changes code system with a JSON based one.
Added map versioning to the config JSON.
Formats map config JSONs.
2020-10-22 20:29:32 -03:00

10 lines
161 B
JSON

{
"version": 1,
"map_name": "Runtime Station",
"map_path": "map_files/debug",
"map_file": "runtimestation.dmm",
"shuttles": {
"cargo": "cargo_delta"
}
}