@vpmedia/phaser 1.0.11 → 1.0.13
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 -1
- 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 +2 -2
- package/src/phaser/core/animation_parser.js +0 -2
- package/src/phaser/core/const.js +0 -1
- package/src/phaser/core/device.js +0 -7
- package/src/phaser/core/device_util.js +7 -33
- package/src/phaser/core/game.js +15 -13
- package/src/phaser/core/scale_manager.js +0 -10
- package/src/phaser/core/sound.js +3 -18
- package/src/phaser/core/sound_manager.js +9 -4
- package/src/phaser/display/display_object.js +0 -5
- package/src/phaser/display/webgl/graphics.js +0 -2
- package/src/phaser/display/webgl/util.js +6 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! @vpmedia/phaser Copyright (c) 2022-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu)
|
|
1
|
+
/*! @vpmedia/phaser Copyright (c) 2022-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu) Thu Nov 24 2022 11:08:27 GMT+0100 (Central European Standard Time) */
|