summaryrefslogtreecommitdiffstats
path: root/platform/web
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-08-18 18:51:37 +0200
committerMicky <micheledevita2@gmail.com>2024-08-18 23:18:44 +0200
commitb8f78b14be5e61858c33a572159e074c3755f4c9 (patch)
tree4ba50bb6111a5d7e73e4d1dde71d1633987f912e /platform/web
parent1bd740d18d714f815486b04bf4c6154ef6c355d9 (diff)
downloadredot-engine-b8f78b14be5e61858c33a572159e074c3755f4c9.tar.gz
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'platform/web')
-rw-r--r--platform/web/doc_classes/EditorExportPlatformWeb.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/web/doc_classes/EditorExportPlatformWeb.xml b/platform/web/doc_classes/EditorExportPlatformWeb.xml
index 755308de9a..955e3a0232 100644
--- a/platform/web/doc_classes/EditorExportPlatformWeb.xml
+++ b/platform/web/doc_classes/EditorExportPlatformWeb.xml
@@ -60,15 +60,15 @@
</member>
<member name="progressive_web_app/icon_144x144" type="String" setter="" getter="">
File path to the smallest icon for this web application. If not defined, defaults to the project icon.
- [b]Note:[/b] If the icon is not 144x144, it will be automatically resized for the final build.
+ [b]Note:[/b] If the icon is not 144×144, it will be automatically resized for the final build.
</member>
<member name="progressive_web_app/icon_180x180" type="String" setter="" getter="">
File path to the small icon for this web application. If not defined, defaults to the project icon.
- [b]Note:[/b] If the icon is not 180x180, it will be automatically resized for the final build.
+ [b]Note:[/b] If the icon is not 180×180, it will be automatically resized for the final build.
</member>
<member name="progressive_web_app/icon_512x512" type="String" setter="" getter="">
- File path to the smallest icon for this web application. If not defined, defaults to the project icon.
- [b]Note:[/b] If the icon is not 512x512, it will be automatically resized for the final build.
+ File path to the largest icon for this web application. If not defined, defaults to the project icon.
+ [b]Note:[/b] If the icon is not 512×512, it will be automatically resized for the final build.
</member>
<member name="progressive_web_app/offline_page" type="String" setter="" getter="">
The page to display, should the server hosting the page not be available. This page is saved in the client's machine.