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
 	#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";
 		throw "FX Scripts requires -lib hscript";
 	}
 	}