Sound and text improvements
Pre-release
Pre-release
All Platforms
- Add support for new
stat
values (46-56) for audio (thanks @fringd ) - Rewrite text rendering to support custom fonts and most remaining P8SCII control codes (audio control codes are parsed, but not played) and speed up text rendering (probably only noticeable on slow platforms like Bittboy and 3ds)
- Add a corssfade between notes to more closely match PICO-8 behavior and fix some audio clipping (thanks @fringd )
- Add custom instrument support (thanks @fringd )
- add
inext
function to z8lua
Libretro platforms
- Add support for analog input to emulate the mouse (thanks for the suggestion and start of implementation @medeirosT)
- Add support for loading carts from memory in addition to the file system (may help with loading carts on Android devices with scoped storage)