mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 19:15:59 +08:00
reduced multiplier
This commit is contained in:
parent
d3e0ff654d
commit
48c1c882bc
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ export function showWords(): void {
|
|||
} else {
|
||||
if (Config.tapeMode !== "off") {
|
||||
let multiplier = 1;
|
||||
if (Config.fontSize === "125") multiplier = 1.3;
|
||||
if (Config.fontSize === "125") multiplier = 1.25;
|
||||
if (Config.fontSize === "15") multiplier = 1.45;
|
||||
if (Config.fontSize === "2") multiplier = 2;
|
||||
if (Config.fontSize === "3") multiplier = 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue