浏览代码

hxd res config : handle fx2d as hxd.res.Prefab

Tom SPIRA 2 年之前
父节点
当前提交
6946044a6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/res/Config.hx

+ 1 - 1
hxd/res/Config.hx

@@ -27,7 +27,7 @@ class Config {
 		"atlas" => "hxd.res.Atlas",
 		"grd" => "hxd.res.Gradients",
 		#if hide
-		"prefab,fx,l3d" => "hxd.res.Prefab"
+		"prefab,fx,fx2d,l3d" => "hxd.res.Prefab"
 		#end
 	];