Browse Source

added dds file

Nicolas Cannasse 5 năm trước cách đây
mục cha
commit
d653bf6043
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hide/Ide.hx

+ 1 - 1
hide/Ide.hx

@@ -737,7 +737,7 @@ class Ide {
 		return path;
 	}
 
-	public static var IMG_EXTS = ["jpg", "jpeg", "gif", "png", "raw"];
+	public static var IMG_EXTS = ["jpg", "jpeg", "gif", "png", "raw", "dds"];
 	public function chooseImage( onSelect ) {
 		chooseFile(IMG_EXTS, onSelect);
 	}