aboutsummaryrefslogtreecommitdiff
path: root/src/app/js/gamepad.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/js/gamepad.js')
-rw-r--r--src/app/js/gamepad.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/js/gamepad.js b/src/app/js/gamepad.js
index aa9e089..5618b0c 100644
--- a/src/app/js/gamepad.js
+++ b/src/app/js/gamepad.js
@@ -195,7 +195,7 @@ setInterval(() => {
// add delay to this direction, to prevent it from being
// triggered immediately again
- delay_press[i] = 3;
+ delay_press[i] = 5;
}
}