Fix backquoted text in Controllers doc

It seems the space is required before the backquotes
This commit is contained in:
John Veness
2023-04-18 20:05:59 +01:00
committed by GitHub
parent fa32384b58
commit 05153f071e

View File

@@ -129,7 +129,7 @@ use ``Input.is_action_pressed()``:
frame, use ``Input.is_action_just_pressed()`` instead of
``Input.is_action_pressed()``. Unlike ``Input.is_action_pressed()`` which
returns ``true`` as long as the input is
held,``Input.is_action_just_pressed()`` will only return ``true`` for one
held, ``Input.is_action_just_pressed()`` will only return ``true`` for one
frame after the button has been pressed.
In Godot versions before 3.4, such as 3.3, ``Input.get_vector()`` and