Browse Source

Added note on PNG format

Björn Ritzl 5 năm trước cách đây
mục cha
commit
3d42acaead
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 :::