@vpmedia/phaser 1.0.33 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/phaser.cjs +1 -1
- package/dist/phaser.cjs.LICENSE.txt +1 -1
- package/dist/phaser.cjs.map +1 -1
- package/dist/phaser.js +1 -1
- package/dist/phaser.js.LICENSE.txt +1 -1
- package/dist/phaser.js.map +1 -1
- package/package.json +3 -3
- package/src/index.js +0 -2
- package/src/phaser/core/animation_parser.js +0 -16
- package/src/phaser/core/cache.js +3 -21
- package/src/phaser/core/const.js +0 -5
- package/src/phaser/core/device.js +0 -6
- package/src/phaser/core/device_util.js +0 -51
- package/src/phaser/core/game.js +3 -14
- package/src/phaser/core/loader.js +5 -65
- package/src/phaser/core/raf.js +0 -3
- package/src/phaser/core/time.js +0 -8
- package/src/phaser/display/canvas/renderer.js +0 -2
- package/src/phaser/display/webgl/render_texture.js +1 -1
- package/src/phaser/display/webgl/renderer.js +0 -2
- package/src/phaser/core/raf_fb.js +0 -75
- package/src/phaser/core/raf_to.js +0 -34
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@vpmedia/phaser
|
|
2
2
|
===============
|
|
3
3
|
|
|
4
|
-
[](https://badge.fury.io/js/@vpmedia%2Fphaser)
|
|
5
5
|
[](https://github.com/vpmedia/phaser/actions/workflows/node.js.yml)
|
|
6
6
|
|
|
7
7
|
@vpmedia/phaser is the modern ECMAScript port of the popular Phaser game engine v2.6.2.
|
|
@@ -18,7 +18,6 @@ https://github.com/vpmedia/phaser-example
|
|
|
18
18
|
|
|
19
19
|
Some features has not been ported compared to the original version:
|
|
20
20
|
- Creature, RetroFont, Rope, SpriteBatch and Video display objects
|
|
21
|
-
- Some parts of the Loader feature
|
|
22
21
|
- Particle System
|
|
23
22
|
- Physics System
|
|
24
23
|
- Plugin System
|