Ben Morris
Ben Morris
~Set up an official blog~ (done)
Update/migrate to a new forum (Discourse is one option)
~More advanced asset caching solution for loading/unloading assets~ https://github.com/HaxePunk/HaxePunk/pull/544
Improve Emitter and add support for the .pex format
~UTF8 text support for BitmapText~ https://github.com/HaxePunk/HaxePunk/pull/543
Better/automated Gamepad button handling
~Add origins to all graphic classes~ (done)
Add a Kha backend as an alternative to OpenFL/NME
I don't doubt there's an issue here, but the original makes more sense to me than the patch: the original is `(mask X - entity X) - (other mask X...
I think you're right about what we want, I need to look more closely at this logic. However: `_rect.x = other._parent.x - other._x - _parent.x + _x;` is the same...