소스 검색

minor fixes

ncannasse 6 년 전
부모
커밋
d26ee82679
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 0
      hide_rt.hxml
  2. 1 1
      hrt/prefab/fx/FXScriptParser.hx

+ 7 - 0
hide_rt.hxml

@@ -0,0 +1,7 @@
+-hl out.hl
+-lib heaps
+-lib hide
+-lib castle
+--remap hide:notAllowed
+--macro include("hrt")
+-D no-compilation

+ 1 - 1
hrt/prefab/fx/FXScriptParser.hx

@@ -12,7 +12,7 @@ class FXScriptParser {
 
 	#if !hscript
 
-	public function createFXScript( s : String, fx : hide.prefab.fx.FX.FXAnimation ) : FXScript {
+	public function createFXScript( s : String, fx : hrt.prefab.fx.FX.FXAnimation ) : FXScript {
 		throw "FX Scripts requires -lib hscript";
 	}