From be56ec9e65c80cdf7f3fd5d7edd9d1c0abfcd7b9 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 29 Apr 2020 17:57:56 +0200 Subject: [PATCH] Document the formats supported by `Image.load()` This partially addresses #32166. (cherry picked from commit a26649de42be62068bd5b46f4aa9bdc711be5e38) --- doc/classes/Image.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 700d8f582d8..85bc1c47844 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -330,7 +330,7 @@ - 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.