mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-07 23:42:44 +00:00
Replaces the map job changes code system with a JSON based one. Added map versioning to the config JSON. Formats map config JSONs.
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Runtime Station",
|
|
"map_path": "map_files/debug",
|
|
"map_file": "runtimestation.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_delta"
|
|
}
|
|
}
|