Changed back default consonant bias.
This commit is contained in:
parent
c43be9df13
commit
6c5fd6ed0a
|
@ -100,7 +100,7 @@ module.exports = {
|
||||||
letters: {
|
letters: {
|
||||||
length: 9,
|
length: 9,
|
||||||
timeout: 60,
|
timeout: 60,
|
||||||
consonantBias: 0.6, // for auto fill
|
consonantBias: 0.56, // for auto fill
|
||||||
// http://www.thecountdownpage.com/letters.htm
|
// http://www.thecountdownpage.com/letters.htm
|
||||||
vowels: {
|
vowels: {
|
||||||
a: 15,
|
a: 15,
|
||||||
|
|
Loading…
Reference in New Issue