v1.0.5
What's Changed
- Add Config Asset preloadListener
- Update AssetLoader and AssetDownloader
- Add AssetInstance to obtain AssetLoader or AssetDownloader
- Fix drawing to Gdx2DPixmapEmu
- Update Freetype emulation to fix build errors and script loading solution
- Update TeaVM to 0.11.0
FreeType needs to load javascript manually at the start of the application. Loading scripts needs to be async.
config.preloadListener = assetLoader -> {
assetLoader.loadScript("freetype.js");
};
Full Changelog: 1.0.4...1.0.5