瀏覽代碼

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";
 	}