Cruese Engine v2.0 - Lua Update
What changes:
- Lua script is support!!
- You can now using
import
like a normal Haxe. For quick example:import flixel.FlxG;
onto script without usingimportClass("flixel.FlxG");
- Better HScript haxelib! (we using
hscript-iris
now) - Lot of function come for Lua
- Better Splashes Screen now!
- Remove:
importClass
, some already FlxG,... since you can just usingimport
instead
Note:
Lua is still incomplete and not done yet!, we will likely working Lua script alot of time from now 😅