Skip to content

Cruese Engine v2.0 - Lua Update

Compare
Choose a tag to compare
@khuonghoanghuy khuonghoanghuy released this 09 Jan 14:14
· 7 commits to main since this release

What changes:

  • Lua script is support!!
  • You can now using import like a normal Haxe. For quick example: import flixel.FlxG; onto script without using importClass("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 using import instead

Note:

Lua is still incomplete and not done yet!, we will likely working Lua script alot of time from now 😅