mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
.. | ||
dist | ||
src | ||
copy-to-examples.js | ||
README.md | ||
webpack.auto.config.js | ||
webpack.auto.dist.config.js | ||
webpack.canvas.config.js | ||
webpack.canvas.dist.config.js | ||
webpack.webgl.config.js | ||
webpack.webgl.dist.config.js |
Updating Spine
- Clone the Esoteric Spine Runtimes repo to the
spine-runtimes
folder: https://github.com/EsotericSoftware/spine-runtimes/ and make sure this is in theplugins/spine4.1
folder, not theplugins/spine4.1/src
folder. - Checkout
git checkout 4.1
- Run
npm i
inside thespine-runtimes/spine-ts
folder. - Run
npm run plugin.spine4.runtimes
to build the new runtimes to theplugins/spine4.1/src/runtimes
folder.
You can now build a new version of the Spine Plugin:
npm run plugin.spine4.dist
.