showScore configuration

This commit is contained in:
Xevion
2019-08-11 04:01:55 -05:00
parent 60c05770f7
commit 81f63bf539
3 changed files with 24 additions and 7 deletions

View File

@@ -92,7 +92,7 @@
"90": -1,
"91": -1,
"92": -1,
"93": -1,
"93": 9999,
"94": -1,
"95": -1,
"96": -1,
@@ -124,5 +124,7 @@
"reverseOrder" : false,
"noNegatives" : true,
"fullPrint" : true,
"eliminateEmpty" : false
"eliminateEmpty" : false,
"showScore" : true,
"showScoreZFill" : true
}