Skip to content

Commit

Permalink
Merge branch 'release/2.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
amowu committed Feb 27, 2016
2 parents 779f1d9 + f47c7dd commit 555c54d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,12 @@ module: {
// ...
}
```

## Development

If you want to use other Phaser version (old or new) in yourself:

1. Fork this repo and git clone to local.
2. `npm install` with node v4.x
3. `npm run build` to building `dist/pixi` and `dist/phaser`
4. now you can `require` or `import` your `phaser-shim`

0 comments on commit 555c54d

Please sign in to comment.