From b98263013ad51391acd81532a9af593cb28a643f Mon Sep 17 00:00:00 2001 From: Davide Baldo Date: Sat, 17 Nov 2018 20:45:24 +0000 Subject: Fixed the default value for Input.action_press() from commit 8c45282 --- doc/classes/Input.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index bf395ee513..724e6a078d 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -17,10 +17,11 @@ - + - This will simulate pressing the specified action. The strength can be used for non-boolean actions. + This will simulate pressing the specified action. + The strength can be used for non-boolean actions, it's ranged between 0 and 1 representing the intensity of the given action. -- cgit v1.2.3