Browse Source

Added note on PNG format

Björn Ritzl 5 years ago
parent
commit
3d42acaead
1 changed files with 1 additions and 1 deletions
  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"}
 ![Importing files](images/graphics/import.png){srcset="images/graphics/[email protected] 2x"}
 
 
 ::: sidenote
 ::: 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.
 :::
 :::