diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-10-02 15:01:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-10-02 15:01:02 +0200 |
commit | 336d91551d9aaf84a9b5e0cefc88c73daaec1e9d (patch) | |
tree | 854c3997f361991dbf0dbfffe657f240f89acf65 /modules/gdscript/tests/scripts | |
parent | 0b2446101c7294d633f6a8d889d89ecca5bb3965 (diff) | |
parent | d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (diff) | |
download | redot-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.godot | 2 |
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": [] } |