docs: added server config files
This commit is contained in:
parent
0fe4de92fa
commit
7af5036fb1
3 changed files with 207 additions and 0 deletions
21
docs/configs/waves.json
Normal file
21
docs/configs/waves.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"random": true,
|
||||
"games": [
|
||||
{
|
||||
"mode": "waves",
|
||||
"map": "rooftop"
|
||||
},
|
||||
{
|
||||
"mode": "waves",
|
||||
"map": "incinerator"
|
||||
},
|
||||
{
|
||||
"mode": "waves",
|
||||
"map": "subway"
|
||||
},
|
||||
{
|
||||
"mode": "waves",
|
||||
"map": "grind"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue