Skip to content

Commit c5a3550

Browse files
committed
Update cursor.ts
1 parent 7c37950 commit c5a3550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cursor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace kojac {
22
export type CursorMode = "free" | "burdened";
33

4-
const maxCursorSpeed = 200 / 1000; // pixels/milli
4+
const maxCursorSpeed = 120 / 1000; // pixels/milli
55
const startCursorSpeed = 10 / 1000; //
66
const cursorSpeedInc = 10 / 1000; //
77
const shiftGearsAt = 1000; // millis

0 commit comments

Comments
 (0)