Changed the default deadzone value for new actions from 0.5 to 0.2
This commit is contained in:
parent
e4e024ab88
commit
d532eecc81
8 changed files with 62 additions and 7 deletions
|
|
@ -12,6 +12,6 @@ config/name="GDScript Integration Test Suite"
|
|||
[input]
|
||||
|
||||
test_input_action={
|
||||
"deadzone": 0.5,
|
||||
"deadzone": 0.2,
|
||||
"events": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue