Skip to content

Commit

Permalink
Set max to 3k
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Aug 13, 2024
1 parent efbf31a commit cb480e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speedometer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function mapRange(
}

export const MAX_SPEED = 40;
export const GLOBAL_MAX_SPEED = 50 * 100;
export const GLOBAL_MAX_SPEED = 30 * 100;
local.max!.innerText = MAX_SPEED.toString();
global.max!.innerText = GLOBAL_MAX_SPEED.toString();

Expand Down

0 comments on commit cb480e0

Please sign in to comment.