Document the formats supported by `Image.load()`
This partially addresses #32166.
This commit is contained in:
parent
75e4ccc00e
commit
a26649de42
|
@ -350,7 +350,7 @@
|
||||||
<argument index="0" name="path" type="String">
|
<argument index="0" name="path" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="load_jpg_from_buffer">
|
<method name="load_jpg_from_buffer">
|
||||||
|
|
Loading…
Reference in New Issue