summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
diff options
context:
space:
mode:
authorRoman Morozov <morozov.roman.u@gmail.com>2024-09-21 17:11:00 +0400
committerRoman Morozov <morozov.roman.u@gmail.com>2024-10-01 16:47:44 +0400
commitd532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (patch)
tree35cfaf5d0caa2b4ab08bfd175a5b19fac0997795 /modules/gdscript
parente4e024ab88efe74677769395886bc1b09eccbac7 (diff)
downloadredot-engine-d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e.tar.gz
Changed the default deadzone value for new actions from 0.5 to 0.2
Diffstat (limited to 'modules/gdscript')
-rw-r--r--modules/gdscript/tests/scripts/project.godot2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/project.godot b/modules/gdscript/tests/scripts/project.godot
index c9035ecab9..0757bec5c4 100644
--- a/modules/gdscript/tests/scripts/project.godot
+++ b/modules/gdscript/tests/scripts/project.godot
@@ -12,6 +12,6 @@ config/name="GDScript Integration Test Suite"
[input]
test_input_action={
-"deadzone": 0.5,
+"deadzone": 0.2,
"events": []
}