mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-21 09:16:44 +08:00
* [Phaser] Adds Asset Pack support. In Phaser you can use an Asset Pack manifest json file for loading the assets. This PR adds Asset Pack support to the SpinePlugin. * [Phaser] Update SpinePlugin.ts. Fixes code indentation. Fixes code indentation of the previous commit. * [Phaser] Uses typescript interface for loader file configurations.