mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
preparing functionality to replace some track by the default one in multiplayer
This commit is contained in:
parent
150f0d6e60
commit
d70f6911b2
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
"tags_cups": ["Switch", "3DS", "DS", "GCN", "GBA", "N64", "SNES", "MKT", "RMX", "DX", "GP"],
|
"tags_cups": ["Switch", "3DS", "DS", "GCN", "GBA", "N64", "SNES", "MKT", "RMX", "DX", "GP"],
|
||||||
|
|
||||||
"track_file_template": "{{ getattr(track, 'sha1', '_') }}",
|
"track_file_template": "{{ getattr(track, 'sha1', '_') }}",
|
||||||
|
"multiplayer_use_default_track_if": "{{ getattr(track, 'warning', 0) >= 1 }}",
|
||||||
|
|
||||||
"default_track": {
|
"default_track": {
|
||||||
"name": " ",
|
"name": " ",
|
||||||
|
|
Loading…
Reference in a new issue