Remove old Godot version references to simplify documentation

This follows the documentation writing guidelines, specifically
the "When to refer to a specific Godot version" section.

This also removes warning blocks for a known issue that was resolved in Godot 4.5.
This commit is contained in:
Hugo Locurcio
2025-10-07 19:00:37 +02:00
parent 6ebd201367
commit b3cbe5f777
24 changed files with 63 additions and 81 deletions

View File

@@ -305,7 +305,7 @@ Color given as red-green-blue value (alpha will always be 1).
Nodes
-----
Since Godot 4.0, nodes can be directly exported without having to use NodePaths.
Nodes can also be directly exported without having to use NodePaths.
.. code-block:: csharp