diff options
author | Roman Morozov <morozov.roman.u@gmail.com> | 2024-09-21 17:11:00 +0400 |
---|---|---|
committer | Roman Morozov <morozov.roman.u@gmail.com> | 2024-10-01 16:47:44 +0400 |
commit | d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (patch) | |
tree | 35cfaf5d0caa2b4ab08bfd175a5b19fac0997795 /doc | |
parent | e4e024ab88efe74677769395886bc1b09eccbac7 (diff) | |
download | redot-engine-d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e.tar.gz |
Changed the default deadzone value for new actions from 0.5 to 0.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/InputMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index ff04040826..0abd7c6974 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -67,7 +67,7 @@ <method name="add_action"> <return type="void" /> <param index="0" name="action" type="StringName" /> - <param index="1" name="deadzone" type="float" default="0.5" /> + <param index="1" name="deadzone" type="float" default="0.2" /> <description> Adds an empty action to the [InputMap] with a configurable [param deadzone]. An [InputEvent] can then be added to this action with [method action_add_event]. |