Merge pull request #97281 from reptofrog/deadzone-new-default

Input: Change the default deadzone value for new actions from 0.5 to 0.2
This commit is contained in:
Rémi Verschelde 2024-10-02 15:01:02 +02:00
commit 336d91551d
No known key found for this signature in database
GPG key ID: C3336907360768E1
8 changed files with 62 additions and 7 deletions

View file

@ -12,6 +12,6 @@ config/name="GDScript Integration Test Suite"
[input]
test_input_action={
"deadzone": 0.5,
"deadzone": 0.2,
"events": []
}