diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-30 10:04:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 10:04:07 +0200 |
commit | 161400b30c8651f373ee3ece3aa91c7db245804d (patch) | |
tree | a2be7a503394c862bcc294c68b979118bfaa9f86 | |
parent | bd8d5e1b65cf323f23ef711f8625f2c01560f369 (diff) | |
parent | a26649de42be62068bd5b46f4aa9bdc711be5e38 (diff) |
Merge pull request #38330 from Calinou/doc-image-load-formats
Document the formats supported by `Image.load()`
-rw-r--r-- | doc/classes/Image.xml | 2 |
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"> |