浏览代码

Added note on PNG format

Björn Ritzl 5 年之前
父节点
当前提交
3d42acaead
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 :::