Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 715 Bytes

File metadata and controls

27 lines (20 loc) · 715 Bytes

INSTALLATION

Input This To Download.

haxelib git hscript-iris-improved https://github.com/NovaFlare-Engine-Concentration/hscript-iris-improved

Once this is done, go to your Project File, whether that be a build.hxml for Haxe Projects, or Project.xml for OpenFL and Flixel projects, and add hscript-iris-improved to your libraries


SETUP IN HAXE PROJECTS

Haxe Project Example

--library hscript-iris-improved
# this is optional and can be added if wanted
# provides descriptive traces and better error handling at runtime
-D hscriptPos

OpenFL / Flixel Project Example

<haxelib name="hscript-iris-improved"/>
<haxedef name="hscriptPos"/>