docs: added server config files

This commit is contained in:
anavoi 2025-03-15 21:42:45 +01:00
commit 7af5036fb1
3 changed files with 207 additions and 0 deletions

21
docs/configs/waves.json Normal file
View file

@ -0,0 +1,21 @@
{
"random": true,
"games": [
{
"mode": "waves",
"map": "rooftop"
},
{
"mode": "waves",
"map": "incinerator"
},
{
"mode": "waves",
"map": "subway"
},
{
"mode": "waves",
"map": "grind"
}
]
}