A bug-fix release, with some improvements to the Accessibility UI, slight improvements to true color texture color accuracy, more work on the TFE editor, and mostly bug fixes.
TFE Editor
- Implemented Editor Config with font/UI size and thumbnail size options.
- Improved the Asset Browser UI.
- Filter now works properly.
- Added support for Frames and Sprites.
- Factored out Asset system to reduce code and data duplication.
Game
- Removed RTAudio and uses SDL audio instead, which fixes a number of audio issues on Linux (@mlauss2).
- Replaced different Windows/Linux Mutex/Thread code with SDL equivalents (@mlauss2).
- Improved German subtitles (@mlauss2).
- Improved Accessibility UI (@kevinfoley).
- Fixed game settings text getting cutoff (@kevinfoley).
- Improved discoloration that can occur to some textures when using the true color mode.