Explorar el Código

added shader graph extension

Nicolas Cannasse hace 2 meses
padre
commit
1ca770e914
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hxd/res/Config.hx

+ 1 - 1
hxd/res/Config.hx

@@ -26,7 +26,7 @@ class Config {
 		"atlas" => "hxd.res.Atlas",
 		"grd" => "hxd.res.Gradients",
 		#if hide
-		"prefab,fx,fx2d,l3d" => "hxd.res.Prefab",
+		"prefab,fx,fx2d,l3d,shgraph" => "hxd.res.Prefab",
 		"world" => "hxd.res.World",
 		"animgraph" => "hxd.res.AnimGraph",
 		#end