ncannasse 7 年之前
父節點
當前提交
c20c715265
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      hxd/res/Config.hx

+ 2 - 1
hxd/res/Config.hx

@@ -45,11 +45,12 @@ class Config {
 	**/
 	public static var pairedExtensions = [
 		"fnt" => "png",
-		"fbx" => "png,jpg,jpeg,gif",
+		"fbx" => "png,jpg,jpeg,gif,tga",
 		"cdb" => "img",
 		"atlas" => "png",
 		"ogg" => "wav",
 		"mp3" => "wav",
+		"l3d" => "bake",
 	];
 
 	static function defined( name : String ) {