Lee Miller
Lee Miller
Implement AxAtlas such that it supports loading texture atlases in format(s) that popular tools export to. Also support manually creating the atlas via code. Most likely you will construct it...
Implement A\* pathfinding in AxTilemap. Given a start and end tile, attempt to find the shortest path and return that as an AxPath which will be a series of either...
With 11.2 we can now have custom right click functionality. Figure out how to sensibly allow you to use Ax.mouse.pressed(AxMouseButton.RIGHT). Might require something like Ax.enableRightClick so that it doesn't destroy...
Re-implement drawing bounding boxes in debug mode.