mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
547 B
547 B
Updating Spine
- Checkout the Esoteric Spine Runtimes repo to the
spine-runtimes
folder: https://github.com/EsotericSoftware/spine-runtimes/ and make sure this is in theplugins/spine
folder, not theplugins/spine/src
folder. - Run
npm i
inside thespine-runtimes
folder. - Add the
source-map
module:npm i --save-dev source-map
. - Run
npm run plugin.spine.runtimes
to build the new runtimes to theplugins/spine/src/runtimes
folder.
You can now build a new version of the Spine Plugin:
npm run plugin.spine.dist
.