@vpmedia/phaser 1.0.35 → 1.0.37
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 +1 -1
- package/src/phaser/core/animation_parser.js +0 -26
- package/src/phaser/core/cache.js +2 -7
- package/src/phaser/core/const.js +0 -1
- package/src/phaser/core/loader.js +5 -106
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! @vpmedia/phaser Copyright (c) 2022-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu) Sun Dec 04 2022
|
|
1
|
+
/*! @vpmedia/phaser Copyright (c) 2022-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu) Sun Dec 04 2022 21:07:35 GMT+0100 (Central European Standard Time) */
|