瀏覽代碼

added shader graph extension

Nicolas Cannasse 2 月之前
父節點
當前提交
1ca770e914
共有 1 個文件被更改,包括 1 次插入1 次删除
  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