Open QuinnStephens opened 11 months ago
This should be fixed in 1.5.3
Unfortunately, I'm still getting this error in 1.5.3.
I get a similar issue:
PS C:\Github\ldtk-haxe-api\samples> haxe buildAll.hxml C:\HaxeToolkit\haxe\lib\heaps/git/h3d/prim/ModelDatabase.hx:98: characters 30-37 : hxd.fs.LocalFileSystem has no field convert
I'm having some trouble getting the HaxeFlixel sample to run. At first I ran into this issue but was able to add the dependency to Project.xml to fix the error: https://github.com/deepnight/ldtk-haxe-api/issues/12
However, when I attempt to run
lime test
I get the following errors now:I note there's an
all_levels
field onLdtkProject
but if I try to iterate over that, I get:I haven't used Haxe in a while and there are unfortunately very few Google results for that error, so I'm not sure what exactly is wrong here. Any help would be appreciated. Thanks!