mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Create README.md
This commit is contained in:
parent
b93426439f
commit
e9a143ac2a
1 changed files with 11 additions and 0 deletions
11
plugins/spine/README.md
Normal file
11
plugins/spine/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Updating Spine
|
||||
|
||||
1. Checkout the Esoteric Spine Runtimes repo to the `spine-runtimes` folder: https://github.com/EsotericSoftware/spine-runtimes/
|
||||
2. Run `npm i` inside the `spine-runtimes` folder.
|
||||
3. Add the `source-map` module: `npm i --save-dev source-map`.
|
||||
4. Run `npm run plugins.spine.runtimes` to build the new runtimes to the `plugins/spine/src/runtimes` folder.
|
||||
|
||||
You can now build a new version of the Spine Plugin:
|
||||
|
||||
5. `npm run plugin.spine.dist`.
|
||||
|
Loading…
Reference in a new issue