Skip to content

Commit 7bd960c

Browse files
committed
reduce cd
1 parent 96d04cd commit 7bd960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/mud-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@
948948

949949
// Arrow key navigation state
950950
let lastActionTime = 0;
951-
const ACTION_COOLDOWN = 1000; // ms between actions
951+
const ACTION_COOLDOWN = 500; // ms between actions
952952

953953
const sendDirection = (direction) => {
954954
const now = Date.now();

0 commit comments

Comments
 (0)