summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-10-02 15:01:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-10-02 15:01:02 +0200
commit336d91551d9aaf84a9b5e0cefc88c73daaec1e9d (patch)
tree854c3997f361991dbf0dbfffe657f240f89acf65 /modules/gdscript/tests/scripts
parent0b2446101c7294d633f6a8d889d89ecca5bb3965 (diff)
parentd532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (diff)
downloadredot-engine-336d91551d9aaf84a9b5e0cefc88c73daaec1e9d.tar.gz
Merge pull request #97281 from reptofrog/deadzone-new-default
Input: Change the default deadzone value for new actions from 0.5 to 0.2
Diffstat (limited to 'modules/gdscript/tests/scripts')
-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": []
}