소스 검색

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
 	];