Document the formats supported by Image.load()

This partially addresses #32166.

(cherry picked from commit a26649de42)
This commit is contained in:
Hugo Locurcio
2020-05-01 10:56:58 +02:00
committed by Rémi Verschelde
parent 9e4de37e88
commit be56ec9e65
+1 -1
View File
@@ -330,7 +330,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">