moth/theme/config.json

16 lines
490 B
JSON
Raw Normal View History

2023-09-14 17:42:02 -06:00
{
"TrackSolved": true,
"Titles": false,
2023-09-28 12:42:25 -06:00
"Scoreboard": {
"DisplayServerURLWhenEnabled": true,
2023-09-28 12:42:25 -06:00
"ShowCategoryLeaders": true,
"ReplayHistory": true,
2023-11-16 19:56:30 -07:00
"ReplayFPS": 6,
2023-09-28 12:42:25 -06:00
"ReplayDurationMS": 2000,
"NoScoresHtml": "<div class='notification'><h2>~ no scores ~</h2></div>",
2023-09-28 12:42:25 -06:00
"": ""
},
"Messages": "<!-- Messages can go here (HTML) -->",
2023-09-28 12:42:25 -06:00
"": "this is here so you don't have to remember to take the comma off the last item"
2023-11-16 19:56:30 -07:00
}