Skip to content

v1.0.5

Compare
Choose a tag to compare
@xpenatan xpenatan released this 22 Dec 16:09
· 23 commits to master since this release
c3edd5f

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");
}; 

Freetype example

Full Changelog: 1.0.4...1.0.5