More Godot 4 renames and fixes (#6317)

* Move ImmediateGeometry -> ImmediateMesh

* More Godot 3 -> Godot 4 renames
This commit is contained in:
Max Hilbrunner
2022-10-15 23:12:48 +02:00
committed by GitHub
parent 198393eec7
commit 6c13f5ba58
20 changed files with 61 additions and 61 deletions

View File

@@ -92,7 +92,7 @@ by other applications for security reasons.
On HTML5 exports, ``user://`` will refer to a virtual filesystem stored on the
device via IndexedDB. (Interaction with the main filesystem can still be performed
through the :ref:`JavaScript <class_JavaScript>` singleton.)
through the :ref:`JavaScriptBridge <class_JavaScriptBridge>` singleton.)
Converting paths to absolute paths or "local" paths
---------------------------------------------------