Browse Source

more prefab extensions

Nicolas Cannasse 2 months ago
parent
commit
49e6394ab5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hxd/fs/Convert.hx

+ 1 - 1
hxd/fs/Convert.hx

@@ -516,7 +516,7 @@ class ConvertBinJSON extends Convert {
 		save(out.getBytes());
 	}
 
-	static var _ = [Convert.register(new ConvertBinJSON("json,prefab,l3d", "hbson"))];
+	static var _ = [Convert.register(new ConvertBinJSON("json,prefab,l3d,fx,shgraph", "hbson"))];
 }
 
 class ConvertSVGToMSDF extends Convert {