Add UPDATE comments to perishable information

This commit is contained in:
tetrapod00
2024-11-10 12:29:59 -08:00
parent feeea91cdf
commit 09156f2ee9
21 changed files with 80 additions and 5 deletions

View File

@@ -25,6 +25,9 @@ browsers support WebAssembly threading and can therefore run the web editor:
- Firefox 79 or later
- Edge 79 or later
.. UPDATE: Not supported yet. When Opera, Safari, or mobile browsers are
.. supported, update or remove these paragraphs.
Opera and Safari are not supported yet. Safari may work in the future once
proper threading support is added.
@@ -116,6 +119,9 @@ Due to browser security limitations, the editor will save the project files to
the browser's IndexedDB storage. This storage isn't accessible as a regular folder
on your machine, but is abstracted away in a database.
.. UPDATE: Not supported yet. When exporting from the web editor is supported,
.. update this paragraph.
You can download the project files as a ZIP archive by using
**Project > Tools > Download Project Source**. This can be used to export the
project using a `native Godot editor <https://godotengine.org/download>`__,