RetroBlit v2.2 is out!
This version has re-written documentation with now over 9000 lines of API docs alone!
NEW:
- Added Unicode support to built-in and custom fonts!
- Added Multitouch support, up to 4 touch points can be tracked with RB.PointerPos.
- RB.BTN_POINTER_ABC renamed to RB.BTN_POINTER_ANY, RB.BTN_POINTER_D added.
- Added RB.NativeScreenToDisplayPos for translating native screen coordinates to RetroBlit display coordinates.
- Added RB.NO_ESCAPE_CODES flag for Print to ignore RetroBlit string escape codes and print the raw string.
- Rewrote and vastly improved documentation, including over 9000 lines of API documentation!
BUG FIXES:
- Fix music not stopping and audio not cleaning up when switching games with RB.Initialize.
- Don't let sprite sizes be bigger than sprite sheet size.
- Fix sprite clipping when using RB.ROT_90_CW.