From d532eecc8183c8b35fa7f1d3429daf4bf44d0f7e Mon Sep 17 00:00:00 2001 From: Roman Morozov Date: Sat, 21 Sep 2024 17:11:00 +0400 Subject: Changed the default deadzone value for new actions from 0.5 to 0.2 --- modules/gdscript/tests/scripts/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gdscript/tests/scripts/project.godot b/modules/gdscript/tests/scripts/project.godot index c9035ecab9..0757bec5c4 100644 --- a/modules/gdscript/tests/scripts/project.godot +++ b/modules/gdscript/tests/scripts/project.godot @@ -12,6 +12,6 @@ config/name="GDScript Integration Test Suite" [input] test_input_action={ -"deadzone": 0.5, +"deadzone": 0.2, "events": [] } -- cgit v1.2.3