Explorar el Código

more prefab extensions

Nicolas Cannasse hace 2 meses
padre
commit
49e6394ab5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {