Remove references to 3.x minor versions

Removes notes about features being introduced in 3.x minor versions. In 4.x, these
details are no longer relevant.
This commit is contained in:
tetrapod00
2024-10-20 15:35:32 -07:00
parent 7061a2aa92
commit 3bc5ea85af
7 changed files with 10 additions and 16 deletions
@@ -136,10 +136,6 @@ use ``Input.is_action_pressed()``:
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
``Input.get_axis()`` aren't available. Only ``Input.get_action_strength()``
and ``Input.is_action_pressed()`` are available in Godot 3.3.
Vibration
---------