summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-04-30 10:04:07 +0200
committerGitHub <noreply@github.com>2020-04-30 10:04:07 +0200
commit161400b30c8651f373ee3ece3aa91c7db245804d (patch)
treea2be7a503394c862bcc294c68b979118bfaa9f86
parentbd8d5e1b65cf323f23ef711f8625f2c01560f369 (diff)
parenta26649de42be62068bd5b46f4aa9bdc711be5e38 (diff)
Merge pull request #38330 from Calinou/doc-image-load-formats
Document the formats supported by `Image.load()`
-rw-r--r--doc/classes/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 8cffe07fc0..99253e8840 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -350,7 +350,7 @@
<argument index="0" name="path" type="String">
</argument>
<description>
- Loads an image from file [code]path[/code].
+ Loads an image from file [code]path[/code]. See [url=https://docs.godotengine.org/en/latest/getting_started/workflow/assets/importing_images.html#supported-image-formats]Supported image formats[/url] for a list of supported image formats and limitations.
</description>
</method>
<method name="load_jpg_from_buffer">