summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorRoman Morozov <morozov.roman.u@gmail.com>2024-09-21 17:11:00 +0400
committerRoman Morozov <morozov.roman.u@gmail.com>2024-10-01 16:47:44 +0400
commitd532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (patch)
tree35cfaf5d0caa2b4ab08bfd175a5b19fac0997795 /misc/extension_api_validation
parente4e024ab88efe74677769395886bc1b09eccbac7 (diff)
downloadredot-engine-d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e.tar.gz
Changed the default deadzone value for new actions from 0.5 to 0.2
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r--misc/extension_api_validation/4.3-stable.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected
index 06933b5841..960edd0575 100644
--- a/misc/extension_api_validation/4.3-stable.expected
+++ b/misc/extension_api_validation/4.3-stable.expected
@@ -87,3 +87,11 @@ GH-94684
Validate extension JSON: Error: Field 'classes/SoftBody3D/methods/set_point_pinned/arguments': size changed value in new API, from 3 to 4.
Optional argument added to allow for adding pin point at specific index. Compatibility method registered.
+
+
+GH-97281
+--------
+Validate extension JSON: Error: Field 'classes/InputMap/methods/add_action/arguments/1': default_value changed value in new API, from "0.5" to "0.2".
+
+Default deadzone value was changed. No adjustments should be necessary.
+Compatibility method registered.