瀏覽代碼

Recognize .k textures

luboslenco 3 年之前
父節點
當前提交
ced78827ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/arm/sys/Path.hx

+ 1 - 1
Sources/arm/sys/Path.hx

@@ -11,7 +11,7 @@ class Path {
 	#end
 
 	public static var meshFormats = ["obj", "fbx", "blend"];
-	public static var textureFormats = ["jpg", "jpeg", "png", "tga", "bmp", "psd", "gif", "hdr"];
+	public static var textureFormats = ["jpg", "jpeg", "png", "tga", "bmp", "psd", "gif", "hdr", "k"];
 
 	public static var meshImporters = new Map<String, String->(Dynamic->Void)->Void>();
 	public static var textureImporters = new Map<String, String->(kha.Image->Void)->Void>();