Sfoglia il codice sorgente

Added note on PNG format

Björn Ritzl 5 anni fa
parent
commit
3d42acaead
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/en/manuals/importing-assets.md

+ 1 - 1
docs/en/manuals/importing-assets.md

@@ -15,7 +15,7 @@ Defold needs all the assets used in your project to be located somewhere in the
 ![Importing files](images/graphics/import.png){srcset="images/graphics/[email protected] 2x"}
 
 ::: sidenote
-Defold supports images in the PNG and JPEG image formats. Other image formats need to be converted before they can be used.
+Defold supports images in the PNG and JPEG image formats. PNG images must be in 32 bit RGBA format. Other image formats need to be converted before they can be used.
 :::