ncannasse 7 years ago
parent
commit
c20c715265
1 changed files with 2 additions and 1 deletions
  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 ) {