mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Changed the default deadzone value for new actions from 0.5 to 0.2
This commit is contained in:
@@ -12,6 +12,6 @@ config/name="GDScript Integration Test Suite"
|
||||
[input]
|
||||
|
||||
test_input_action={
|
||||
"deadzone": 0.5,
|
||||
"deadzone": 0.2,
|
||||
"events": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user