Closed ljurow closed 5 years ago
Now you can load webp spritesheets (TextureAtlas) with the starling AssetManager. Of course, this will only work in web browsers that support webp (i.e. not Safari).
might be a good idea to add a #if html5 conditional for the webp for the addExtensions method
#if html5
Now you can load webp spritesheets (TextureAtlas) with the starling AssetManager. Of course, this will only work in web browsers that support webp (i.e. not Safari).