Lojemiru

Results 6 comments of Lojemiru

Not in a super clean fashion, I'm afraid. The LHC is designed around a principle of doing as little as is computationally possible to save on search cycles when moving;...

For example, this is a cleaned up version of what I did in a project where I needed a separate collision mask for solids: ```gml lhc_add("ISolid", function() { if (mask_index...

Gonna +rep this, @KieranFleckney's solution worked immediately on my Arch desktop after about an hour of head-bashing on vague error messages leading me here. The issue I was getting fed...

Revert commits finished. Builds will fail, as an API update is required; you can view the changes over at https://github.com/Lojemiru/ldtk-haxe-api/tree/master

If it helps, I've reconciled my entity flips PR (both pivot-based and within bounds) with the recent updates. Could open a new PR with that branch but I've admittedly been...

To the best of my understanding, that's totally outside of UTMT scope. At that point you're trying to do C++ decompilation and then conversion back into GML and/or bytecode. This...