Browse Source

added more prefab extensions

ncannasse 7 years ago
parent
commit
a620050a18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hxd/res/Config.hx

+ 1 - 1
hxd/res/Config.hx

@@ -26,7 +26,7 @@ class Config {
 		"tmx" => "hxd.res.TiledMap",
 		"atlas" => "hxd.res.Atlas",
 		"grd" => "hxd.res.Gradients",
-		"prefab" => "hxd.res.Prefab"
+		"prefab,fx,l3d" => "hxd.res.Prefab"
 	];
 
 	/**